]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: cephfs/fs-nfs-exports.rst: write "RADOS" in ALL-CAPS
authorNathan Cutler <ncutler@suse.com>
Tue, 8 Sep 2020 06:32:50 +0000 (08:32 +0200)
committerNathan Cutler <ncutler@suse.com>
Fri, 16 Oct 2020 09:12:39 +0000 (11:12 +0200)
Since RADOS is an acronym, albeit a somewhat difficult-to-remember one,
it is customary to write it ALL-CAPS.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commit 0dc9820f511a441f1369c5d5e2d4a30ab133fce1)

doc/cephfs/fs-nfs-exports.rst

index fe549e02a035febf390afd02160b0cd8037099fa..c82a29d43d5a9160ee7378521a70c560af2db0f5 100644 (file)
@@ -20,7 +20,7 @@ Create NFS Ganesha Cluster
     $ ceph nfs cluster create <type> <clusterid> [<placement>]
 
 This creates a common recovery pool for all NFS Ganesha daemons, new user based on
-cluster_id, and a common NFS Ganesha config rados object. It can also bring up
+cluster_id, and a common NFS Ganesha config RADOS object. It can also bring up
 NFS Ganesha daemons using the enabled ceph-mgr orchestrator module (see
 :doc:`/mgr/orchestrator`), e.g. cephadm.
 
@@ -111,7 +111,7 @@ Create CephFS Export
 
     $ ceph nfs export create cephfs <fsname> <clusterid> <binding> [--readonly] [--path=/path/in/cephfs]
 
-This creates export rados objects containing the export block.
+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.