From 948ea79fb019665bd15b7dfc76731e6dbbe5f64e Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 31 Dec 2020 17:00:29 +0530 Subject: [PATCH] doc/cephfs/nfs: Add more details about path and pseudo path Fixes: https://tracker.ceph.com/issues/48731 Signed-off-by: Varsha Rao --- doc/cephfs/fs-nfs-exports.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index 46dc954491b..6d69284354f 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -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 [--group_name ] Delete CephFS Export ==================== -- 2.39.5