I don’t understand my current fstab file. I have the following line:
UUID=06736422-88f7-4d26-a250-63fcb7c64716 / ext4 errors=remount-ro 0 1 Is the errors=… column considered the mount options? So I could modify it like: UUID=06736422-88f7-4d26-a250-63fcb7c64716 / ext4 noatime,errors=remount-ro 0 From: Matt Black [mailto:matt.bl...@jbadigital.com] Sent: Monday, March 18, 2013 5:28 PM To: rkevinbur...@charter.net Cc: riak-users Subject: Re: leveldb and noatime? This warning is described in the docs at: http://docs.basho.com/riak/latest/tutorials/choosing-a-backend/LevelDB/#Tuning-LevelDB http://docs.basho.com/riak/1.2.0/tutorials/choosing-a-backend/Bitcask/#Tuning-Bitcask In order to fix this you will need to update /etc/fstab and reboot. On 19 March 2013 08:27, <rkevinbur...@charter.net> wrote: I am running 'riak-admin diag disk' and am getting the warning: 16:22:29.851 [notice] Data directory /var/lib/riak/leveldb is not mounted with 'noatime'. Please remount its disk with the 'noatime' flag to improve performance. Since I only have one partition I cannot very well 'remount' the disk. What is at the root of this warning? What can I do to satisfy this warning? _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com