]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
docs: remove incorrect 'size' from output of 'snapshot info'
authorNikhilkumar Shelke <nshelke@redhat.com>
Sun, 12 Jun 2022 11:43:38 +0000 (17:13 +0530)
committerNikhilkumar Shelke <nshelke@redhat.com>
Thu, 23 Jun 2022 08:41:34 +0000 (14:11 +0530)
The 'size' shown in the output of snapshot info command relies on
rstats which is incorrect snapshot size. It tracks size of the
subvolume from the snapshot has been taken instead of the snapshot
itself. Hence having the 'size' field in the output of 'snapshot info'
doesn't make sense until the rstats is fixed.

Fixes: https://tracker.ceph.com/issues/55822
Signed-off-by: Nikhilkumar Shelke <nshelke@redhat.com>
(cherry picked from commit 86f4cd3dcadf1604c2ae375752aefcce4b297aeb)

doc/cephfs/fs-volumes.rst

index d52e8ee784c2adc7dd5b3550ada25dcd1892b7a9..99c494210d2f6a6e0273a98d9739fd72820904c1 100644 (file)
@@ -327,7 +327,6 @@ 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
 * has_pending_clones: "yes" if snapshot clone is in progress otherwise "no"
-* size: snapshot size in bytes
 
 Set custom metadata on the snapshot as a key-value pair using::