From: Nikhilkumar Shelke Date: Thu, 21 Jul 2022 16:58:27 +0000 (+0530) Subject: docs: minor doc fixes of showing in progress clones for a snapshot X-Git-Tag: v18.0.0~337^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F47214%2Fhead;p=ceph.git docs: minor doc fixes of showing in progress clones for a snapshot Signed-off-by: Nikhilkumar Shelke --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 55bd7b40d9d1..d721b229832e 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -357,7 +357,7 @@ Fetch the information of a snapshot using:: $ ceph fs subvolume snapshot info [--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 { diff --git a/qa/tasks/cephfs/test_volumes.py b/qa/tasks/cephfs/test_volumes.py index b39f14f0c334..5fb2b0c08289 100644 --- a/qa/tasks/cephfs/test_volumes.py +++ b/qa/tasks/cephfs/test_volumes.py @@ -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. """