You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2016-10-05 17:46:50.036 [notice] <0.2140.0> Data directory /var/lib/riak/leveldb is not mounted with 'noatime'. Please remount its disk with the 'noatime' flag to improve performance.
Using prestart hook:
#!/usr/bin/env bash# Change storage backend to leveldb
sed -i -r "s#storage_backend = (.*)#storage_backend = leveldb#g"$RIAK_CONF
But when i changed docker-image to 2.1.4 (not ubuntu-2.1.4 or centos) and changed config manually i got no errors.
The text was updated successfully, but these errors were encountered:
@fdhadzh I assume you had the /var/lib/riak volume mounted? Were you using just the normal local disk driver for the volume? What host OS were you using?
When i changed storage_backend to leveldb (indexes) i got an errors:
Using prestart hook:
But when i changed docker-image to
2.1.4
(notubuntu-2.1.4
orcentos
) and changed config manually i got no errors.The text was updated successfully, but these errors were encountered: