]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: cephfs: clarify that pseudo root path must be absolute
authorNathan Cutler <ncutler@suse.com>
Thu, 16 Jul 2020 12:26:05 +0000 (14:26 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 16 Oct 2020 09:12:39 +0000 (11:12 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit ccc13cbff4d2b43d88e24b63f27225b8ec6e20a3)

doc/cephfs/fs-nfs-exports.rst

index c7f2c62a6e725fbb7b14192c8b0f91a852f40b24..cfb46bce064686807bbfe2c8bb91feec0ff91bed 100644 (file)
@@ -111,8 +111,14 @@ Create CephFS Export
 
     $ ceph nfs export create cephfs <fsname> <clusterid> <binding> [--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.
+
+<fsname> is the name of the FS volume used by the NFS Ganesha cluster that will
+serve this export.
+
+<clusterid> is the NFS Ganesha cluster ID.
+
+<binding> is the pseudo root path (must be an absolute path).
 
 Delete CephFS Export
 ====================
@@ -121,7 +127,11 @@ Delete CephFS Export
 
     $ ceph nfs export delete <clusterid> <binding>
 
-It deletes an export in cluster based on pseudo root name (binding).
+It deletes an export in an NFS Ganesha cluster.
+
+<clusterid> is the NFS Ganesha cluster ID.
+
+<binding> is the pseudo root path (must be an absolute path).
 
 List CephFS Export
 ==================