]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
RGW NFS: mount cmdline example missing -osync
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 22 Jun 2017 20:28:46 +0000 (16:28 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 22 Jun 2017 20:33:11 +0000 (16:33 -0400)
The /etc/fstab example has it correctly.  Also, use nfsvers=4.1.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
doc/radosgw/nfs.rst

index 55b88afe39f5b4a8faf96bfc92568777bc94c2c7..6941646e7d39ef4a66eea002da85d4169fe9d89c 100644 (file)
@@ -326,7 +326,7 @@ following conventions work on Linux and some Unix platforms:
 
 From the command line::
 
-  mount -t nfs -o nfsvers=4,noauto,soft,proto=tcp <ganesha-host-name>:/ <mount-point>
+  mount -t nfs -o nfsvers=4.1,noauto,soft,sync,proto=tcp <ganesha-host-name>:/ <mount-point>
 
 In /etc/fstab::