]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixes dynamic-resharding doc formatting 20970/head
authorAshish Singh <assingh@redhat.com>
Tue, 20 Mar 2018 08:49:32 +0000 (14:19 +0530)
committerAshish Singh <assingh@redhat.com>
Tue, 20 Mar 2018 08:49:32 +0000 (14:19 +0530)
Fixed the formatting errors in dynamicresharding.rst

Signed-off-by: Ashish Singh assingh@redhat.com
doc/radosgw/dynamicresharding.rst

index 76edc581d30fd801df5f6b583dadad3704f27116..2a60def8c3a90181df1249df909e1ef7c879b780 100644 (file)
@@ -54,34 +54,42 @@ Admin commands
 
 Add a bucket to the resharding queue
 ------------------------------------
+
 ::
-  # radosgw-admin reshard add --bucket <bucket_name> --num-shards <new number of shards>
+
+   # radosgw-admin reshard add --bucket <bucket_name> --num-shards <new number of shards>
 
 List resharding queue
 ---------------------
+
 ::
+
    # radosgw-admin reshard list
 
 Process/Schedule a bucket resharding
 ------------------------------------
- ::
+
+::
+
    # radosgw-admin reshard process
 
-bucket resharding status
+Bucket resharding status
 ------------------------
+
 ::
-  # radosgw-admin reshard status --bucket <bucket_name>
+
+   # radosgw-admin reshard status --bucket <bucket_name>
 
 Cancel pending bucket resharding
 --------------------------------
 
-Ongoing bucket resharding operations cannot be cancelled.
+Ongoing bucket resharding operations cannot be cancelled. ::
 
-::
-  # radosgw-admin reshard cancel --bucket <bucket_name>
+   # radosgw-admin reshard cancel --bucket <bucket_name>
 
 Manual bucket resharding
 ------------------------
+
 ::
-  # radosgw-admin bucket reshard --bucket <bucket_name> --num-shards <new number of shards>
 
+   # radosgw-admin bucket reshard --bucket <bucket_name> --num-shards <new number of shards>