Skip to content

Commit

Permalink
doc/cephfs/nfs: Replace volume/nfs with nfs
Browse files Browse the repository at this point in the history
Recently, nfs related code was moved out of volumes plugin[1]. So using the
name volume/nfs for the interface is not appropriate.

[1] ceph#40526

Signed-off-by: Varsha Rao <[email protected]>
  • Loading branch information
varshar16 committed Apr 30, 2021
1 parent 923e689 commit ff11cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/cephfs/fs-nfs-exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
====================
Expand Down

0 comments on commit ff11cdb

Please sign in to comment.