From: Matt Benjamin Date: Thu, 22 Jun 2017 20:28:46 +0000 (-0400) Subject: RGW NFS: mount cmdline example missing -osync X-Git-Tag: v13.0.2~684^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15855%2Fhead;p=ceph.git RGW NFS: mount cmdline example missing -osync The /etc/fstab example has it correctly. Also, use nfsvers=4.1. Signed-off-by: Matt Benjamin --- diff --git a/doc/radosgw/nfs.rst b/doc/radosgw/nfs.rst index 55b88afe39f5..6941646e7d39 100644 --- a/doc/radosgw/nfs.rst +++ b/doc/radosgw/nfs.rst @@ -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 :/ + mount -t nfs -o nfsvers=4.1,noauto,soft,sync,proto=tcp :/ In /etc/fstab::