From: Nathan Cutler Date: Thu, 16 Jul 2020 12:26:05 +0000 (+0200) Subject: doc: cephfs: clarify that pseudo root path must be absolute X-Git-Tag: v15.2.8~5^2~1^2~39^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=85cbc946d0a6bd28ef2562193f0d6a28381e4de4;p=ceph.git doc: cephfs: clarify that pseudo root path must be absolute Signed-off-by: Nathan Cutler (cherry picked from commit ccc13cbff4d2b43d88e24b63f27225b8ec6e20a3) --- diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index c7f2c62a6e72..cfb46bce0646 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -111,8 +111,14 @@ Create CephFS Export $ ceph nfs export create cephfs [--readonly] [--path=/path/in/cephfs] -It creates export rados objects containing the export block. Here binding is -the pseudo root name and type is export type. +This creates export rados objects containing the export block. + + is the name of the FS volume used by the NFS Ganesha cluster that will +serve this export. + + is the NFS Ganesha cluster ID. + + is the pseudo root path (must be an absolute path). Delete CephFS Export ==================== @@ -121,7 +127,11 @@ Delete CephFS Export $ ceph nfs export delete -It deletes an export in cluster based on pseudo root name (binding). +It deletes an export in an NFS Ganesha cluster. + + is the NFS Ganesha cluster ID. + + is the pseudo root path (must be an absolute path). List CephFS Export ==================