From ccc13cbff4d2b43d88e24b63f27225b8ec6e20a3 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 16 Jul 2020 14:26:05 +0200 Subject: [PATCH] doc: cephfs: clarify that pseudo root path must be absolute Signed-off-by: Nathan Cutler --- doc/cephfs/fs-nfs-exports.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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 ================== -- 2.47.3