From: Sage Weil Date: Mon, 24 May 2021 21:03:33 +0000 (-0500) Subject: doc/cephfs/nfs: remove documented limitation X-Git-Tag: v16.2.7~116^2~132 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29999e289680ec98c0786711f8c33b30cd5a9f6e;p=ceph.git doc/cephfs/nfs: remove documented limitation At the time NFS support was added, this limitation applied. However, in https://github.com/nfs-ganesha/nfs-ganesha/commit/b3d97f8157a131f55d848ff57e46af91b746b944 and https://github.com/nfs-ganesha/nfs-ganesha/commit/1cfe7e2df96f9785367ba94d41559140f584a875 we added support for multiple filesystems and started mixing the fscid into the filehandle. Signed-off-by: Sage Weil (cherry picked from commit a534f7be3601a18cd7e26af67031f2dfe3fead7b) Conflicts: doc/cephfs/nfs.rst --- diff --git a/doc/cephfs/nfs.rst b/doc/cephfs/nfs.rst index 17bf4303eb1..a062f9ae40c 100644 --- a/doc/cephfs/nfs.rst +++ b/doc/cephfs/nfs.rst @@ -70,12 +70,8 @@ to get the benefit of sessions. Conventions for mounting NFS resources are platform-specific. The following conventions work on Linux and some Unix platforms: -From the command line:: +.. code:: bash - mount -t nfs -o nfsvers=4.1,proto=tcp : + mount -t nfs -o nfsvers=4.1,proto=tcp : -Current limitations -=================== -- Per running ganesha daemon, FSAL_CEPH can only export one Ceph file system - although multiple directories in a Ceph file system may be exported.