]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs/nfs: Replace volume/nfs with nfs
authorVarsha Rao <varao@redhat.com>
Thu, 29 Apr 2021 12:33:53 +0000 (18:03 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 30 Apr 2021 05:39:23 +0000 (11:09 +0530)
Recently, nfs related code was moved out of volumes plugin[1]. So using the
name volume/nfs for the interface is not appropriate.

[1] https://github.com/ceph/ceph/pull/40526

Signed-off-by: Varsha Rao <varao@redhat.com>
doc/cephfs/fs-nfs-exports.rst

index bcc5cd259ebea8692f97ff1948588b7df3914cdb..232489008c6ce3a8a197f485cce9672c835c2427 100644 (file)
@@ -161,8 +161,8 @@ This removes the user defined configuration.
 Create CephFS Export
 ====================
 
-.. warning:: Currently, the volume/nfs interface is not integrated with dashboard. Both
-   dashboard and volume/nfs interface have different export requirements and
+.. warning:: Currently, the nfs interface is not integrated with dashboard. Both
+   dashboard and nfs interface have different export requirements and
    create exports differently. Management of dashboard created exports is not
    supported.
 
@@ -187,7 +187,7 @@ path is '/'. It need not be unique. Subvolume path can be fetched using:
 
    $ ceph fs subvolume getpath <vol_name> <subvol_name> [--group_name <subvol_group_name>]
 
-.. note:: Export creation is supported only for NFS Ganesha clusters deployed using volume/nfs interface.
+.. note:: Export creation is supported only for NFS Ganesha clusters deployed using nfs interface.
 
 Delete CephFS Export
 ====================