Skip to content

Commit

Permalink
doc: cephfs: clarify that pseudo root path must be absolute
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Sep 8, 2020
1 parent 6f0c249 commit ccc13cb
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions doc/cephfs/fs-nfs-exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================
Expand All @@ -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
==================
Expand Down

0 comments on commit ccc13cb

Please sign in to comment.