]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: s/subvolumegroups/subvolume groups 57744/head
authorZac Dover <zac.dover@proton.me>
Mon, 27 May 2024 11:09:40 +0000 (21:09 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 28 May 2024 10:15:13 +0000 (20:15 +1000)
Use the term "subvolume groups" instead of "subvolumegroups" where the
term appears in plain English. The string "subvolumegroups" is correct
in commands, and remains unchanged.

Also add formatting to command output, to make clearer that the output
is indeed output.

Fixes: https://github.com/ceph/ceph/pull/57574#discussion_r1606988766
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit b303417f653d149852e163bf3e2e3edf5c6b71a0)

doc/cephfs/fs-volumes.rst

index 3ba16f36e3a3acac87901d637b7cf2e817532916..d8ac540a823eb367fc2d9c6b417e7029cc732351 100644 (file)
@@ -203,8 +203,8 @@ following form:
 
 The ``exist`` command outputs:
 
-* "subvolumegroup exists": if any subvolumegroup is present
-* "no subvolumegroup exists": if no subvolumegroup is present
+* ``subvolumegroup exists``: if any subvolumegroup is present
+* ``no subvolumegroup exists``: if no subvolumegroup is present
 
 .. note:: This command checks for the presence of custom groups and not
    presence of the default one. A subvolumegroup-existence check alone is not
@@ -851,7 +851,7 @@ to policies. This can distribute load across MDS ranks in predictable and
 stable ways.  Review :ref:`cephfs-pinning` and :ref:`cephfs-ephemeral-pinning`
 for details on how pinning works.
 
-Run a command of the following form to configure pinning for subvolumegroups:
+Run a command of the following form to configure pinning for subvolume groups:
 
   $ ceph fs subvolumegroup pin <vol_name> <group_name> <pin_type> <pin_setting>