From 29999e289680ec98c0786711f8c33b30cd5a9f6e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 24 May 2021 16:03:33 -0500 Subject: [PATCH] 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 --- doc/cephfs/nfs.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/cephfs/nfs.rst b/doc/cephfs/nfs.rst index 17bf4303eb132..a062f9ae40cc6 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. -- 2.39.5