]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
docs: minor doc fixes of showing in progress clones for a snapshot
authorNikhilkumar Shelke <nshelke@redhat.com>
Thu, 21 Jul 2022 16:58:27 +0000 (22:28 +0530)
committerNikhilkumar Shelke <nshelke@redhat.com>
Thu, 4 Aug 2022 13:46:39 +0000 (19:16 +0530)
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
doc/cephfs/fs-volumes.rst
qa/tasks/cephfs/test_volumes.py

index 55bd7b40d9d1021da255745327b687540bb182ec..d721b229832ee93116dfa51afbad758333d47a7b 100644 (file)
@@ -357,7 +357,7 @@ Fetch the information of a snapshot using::
 
     $ ceph fs subvolume snapshot info <vol_name> <subvol_name> <snap_name> [--group_name <subvol_group_name>]
 
-The output format is json and contains fields as follows.
+The output format is JSON and contains fields as follows.
 
 * created_at: time of creation of snapshot in the format "YYYY-MM-DD HH:MM:SS:ffffff"
 * data_pool: data pool the snapshot belongs to
@@ -365,7 +365,7 @@ The output format is json and contains fields as follows.
 * pending_clones: list of in progress or pending clones and their target group if exist otherwise this field is not shown
 * orphan_clones_count: count of orphan clones if snapshot has orphan clones otherwise this field is not shown
 
-Sample output if snapshot clones are in progress or pending state::
+Sample output when snapshot clones are in progress or pending state::
 
   $ ceph fs subvolume snapshot info cephfs subvol snap
   {
@@ -387,7 +387,7 @@ Sample output if snapshot clones are in progress or pending state::
       ]
   }
 
-Sample output if no snapshot clone is in progress or pending state::
+Sample output when no snapshot clone is in progress or pending state::
 
   $ ceph fs subvolume snapshot info cephfs subvol snap
   {
index b39f14f0c33444f5db5452eb65d0df0c55f61ae0..5fb2b0c08289973e3c5e8f544d761d8830def3e2 100644 (file)
@@ -5408,7 +5408,7 @@ class TestSubvolumeSnapshotClones(TestVolumesHelper):
 
     def test_subvolume_snapshot_info_without_snapshot_clone(self):
         """
-        Verify subvolume snapshot info output without clonnnig snapshot.
+        Verify subvolume snapshot info output without cloning snapshot.
         If no clone is performed then path /volumes/_index/clone/{track_id}
         will not exist.
         """