]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: rectify prompts in fs-volumes.rst 51460/head
authorZac Dover <zac.dover@proton.me>
Fri, 12 May 2023 10:35:25 +0000 (20:35 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 12 May 2023 13:01:52 +0000 (23:01 +1000)
Make sure all prompts are unselectable. This PR is meant to be
backported to Reef, Quincy, and Pacific, to get all of the prompts into
a fit state so that a line-edit can be performed on the Englsh language
in this file.

Follows https://github.com/ceph/ceph/pull/51427.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 1f88f10fe6d2069d3d474fe490e69a809afb1f56)

doc/cephfs/fs-volumes.rst

index efbb37aa43c1a8fa1aa99e8aaadb38ab8b87be1f..f5e52072c33b7016ef89cd76eebab05347bba74f 100644 (file)
@@ -38,7 +38,6 @@ Requirements
     mon 'allow r'
     mgr 'allow rw'
 
-
 FS Volumes
 ----------
 
@@ -165,7 +164,7 @@ When creating a subvolume group you can specify its data pool layout (see
 :doc:`/cephfs/file-layouts`), uid, gid, file mode in octal numerals, and
 size in bytes. The size of the subvolume group is specified by setting
 a quota on it (see :doc:`/cephfs/quota`). By default, the subvolume group
-is created with octal file mode '755', uid '0', gid '0' and the data pool
+is created with octal file mode ``755``, uid ``0``, gid ``0`` and the data pool
 layout of its parent directory.
 
 Remove a subvolume group using:
@@ -321,7 +320,7 @@ Authorize cephx auth IDs, the read/read-write access to fs subvolumes:
 
    ceph fs subvolume authorize <vol_name> <sub_name> <auth_id> [--group_name=<group_name>] [--access_level=<access_level>]
 
-The 'access_level' takes 'r' or 'rw' as value.
+The ``access_level`` takes ``r`` or ``rw`` as value.
 
 Deauthorize cephx auth IDs, the read/read-write access to fs subvolumes: