mounts should use inode64 in quick guide

Change-Id: I370c6bcaa30523385ddb256060d4ac9744d58893
Signed-off-by: Thiago da Silva <thiago@redhat.com>
Reviewed-on: http://review.gluster.org/6013
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Peter Portante <pportant@redhat.com>
This commit is contained in:
Thiago da Silva 2013-09-27 10:50:30 -04:00 committed by Peter Portante
parent 3a7081a4db
commit b79aa55603

View File

@ -85,7 +85,7 @@ Add the following line to `/etc/fstab` to mount the storage automatically on sys
startup:
~~~
/dev/<disk partition> /export/brick xfs noatime,nodiratime 0 0
/dev/<disk partition> /export/brick xfs inode64,noatime,nodiratime 0 0
~~~
Now type the following to mount the storage:
@ -108,7 +108,7 @@ Add the following line to `/etc/fstab` to mount the storage automatically on sys
startup:
~~~
/srv/swift-disk /export/brick xfs loop,noatime,nodiratime 0 0
/srv/swift-disk /export/brick xfs loop,inode64,noatime,nodiratime 0 0
~~~
Now type the following to mount the storage: