$ 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
* 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
{
]
}
-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
{
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.
"""