From 25ce28a47043716c5a2f369b8714464fd5d75ff6 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 14 Apr 2021 09:33:35 +0800 Subject: [PATCH] doc/radosgw: fix formatting of command line block should add an empty line after the directive. Signed-off-by: Kefu Chai --- doc/radosgw/orphans.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/radosgw/orphans.rst b/doc/radosgw/orphans.rst index 9a77d60de47..bf6b10edfca 100644 --- a/doc/radosgw/orphans.rst +++ b/doc/radosgw/orphans.rst @@ -22,10 +22,11 @@ The `radosgw-admin` tool has/had three subcommands to help manage orphans, however these subcommands are (or will soon be) deprecated. These subcommands are: -:: - # radosgw-admin orphans find ... - # radosgw-admin orphans finish ... - # radosgw-admin orphans list-jobs ... +.. prompt:: bash # + + radosgw-admin orphans find ... + radosgw-admin orphans finish ... + radosgw-admin orphans list-jobs ... There are two key problems with these subcommands, however. First, these subcommands have not been actively maintained and therefore have @@ -88,8 +89,9 @@ One of the sub-steps in computing a list of orphans is to map each RGW object into its corresponding set of RADOS objects. This is done using a subcommand of 'radosgw-admin'. -:: - # radosgw-admin bucket radoslist [--bucket={bucket-name}] +.. prompt:: bash # + + radosgw-admin bucket radoslist [--bucket={bucket-name}] The subcommand will produce a list of RADOS objects that support all of the RGW objects. If a bucket is specified then the subcommand will -- 2.39.5