From a753fdf3eef234274d252e55bab30a38fd116d5e Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 12 May 2023 20:35:25 +1000 Subject: [PATCH] doc/cephfs: rectify prompts in fs-volumes.rst 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 (cherry picked from commit 1f88f10fe6d2069d3d474fe490e69a809afb1f56) --- doc/cephfs/fs-volumes.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 492c1ae60d554..d64986ead650c 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -38,7 +38,6 @@ Requirements mon 'allow r' mgr 'allow rw' - FS Volumes ---------- @@ -153,11 +152,10 @@ 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:: +Remove a subvolume group using: $ ceph fs subvolumegroup rm [--force] @@ -251,7 +249,6 @@ Remove a subvolume using:: $ ceph fs subvolume rm [--group_name ] [--force] [--retain-snapshots] - The command removes the subvolume and its contents. It does this in two steps. First, it moves the subvolume to a trash folder, and then asynchronously purges its contents. @@ -280,7 +277,7 @@ Authorize cephx auth IDs, the read/read-write access to fs subvolumes:: $ ceph fs subvolume authorize [--group_name=] [--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:: -- 2.39.5