summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2013-09-27 10:50:30 -0400
committerPeter Portante <pportant@redhat.com>2013-09-27 09:25:41 -0700
commitb79aa55603a9142760ea5bb11a342de9294bc390 (patch)
tree2749265d055f1bc4f660ce9a80ac21f51a2f9735 /doc
parent3a7081a4db29eb04092da668957b8cfd968c7168 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/quick_start_guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markdown/quick_start_guide.md b/doc/markdown/quick_start_guide.md
index 20cc323..95cfc92 100644
--- a/doc/markdown/quick_start_guide.md
+++ b/doc/markdown/quick_start_guide.md
@@ -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: