]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs/nfs: remove documented limitation
authorSage Weil <sage@newdream.net>
Mon, 24 May 2021 21:03:33 +0000 (16:03 -0500)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 7 Sep 2021 08:42:02 +0000 (10:42 +0200)
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 <sage@newdream.net>
(cherry picked from commit a534f7be3601a18cd7e26af67031f2dfe3fead7b)

Conflicts:
doc/cephfs/nfs.rst

doc/cephfs/nfs.rst

index 17bf4303eb13294465b7f7650ecf36ff2f093f0f..a062f9ae40cc605cbb396456cde8eb8019ba2f8d 100644 (file)
@@ -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 <ganesha-host-name>:<ganesha-pseudo-path> <mount-point>
+    mount -t nfs -o nfsvers=4.1,proto=tcp <ganesha-host-name>:<ganesha-pseudo-path> <mount-point>
 
-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.