From: Nikhilkumar Shelke Date: Sun, 12 Jun 2022 11:43:38 +0000 (+0530) Subject: docs: remove incorrect 'size' from output of 'snapshot info' X-Git-Tag: v18.0.0~665^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=86f4cd3dcadf1604c2ae375752aefcce4b297aeb;p=ceph.git docs: remove incorrect 'size' from output of 'snapshot info' 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 --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index eb33b1f93998..d314beeaaa38 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -312,7 +312,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::