Skip to content

Commit

Permalink
doc/cephfs/nfs: Add more details about path and pseudo path
Browse files Browse the repository at this point in the history
  • Loading branch information
varshar16 committed Jan 5, 2021
1 parent e626e54 commit 948ea79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/cephfs/fs-nfs-exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,15 @@ serve this export.

``clusterid`` is the NFS Ganesha cluster ID.

``binding`` is the pseudo root path (must be an absolute path).
``binding`` is the pseudo root path (must be an absolute path and unique). It
specifies the export position within the NFS v4 Pseudo Filesystem.

``path`` is the path within cephfs. Valid path should be given and default path
is '/'. It need not be unique. Subvolume path can be fetched using:

.. code::
$ ceph fs subvolume getpath <vol_name> <subvol_name> [--group_name <subvol_group_name>]
Delete CephFS Export
====================
Expand Down

0 comments on commit 948ea79

Please sign in to comment.