]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa: remove incorrect 'size' from output of 'snapshot info' 46803/head
authorNikhilkumar Shelke <nshelke@redhat.com>
Sun, 12 Jun 2022 11:44:32 +0000 (17:14 +0530)
committerNikhilkumar Shelke <nshelke@redhat.com>
Thu, 23 Jun 2022 08:50:12 +0000 (14:20 +0530)
commitb6387d638b46bba99e8d96cd8f297123a514e2ee
tree61fe8923d140660287d49cca62434d0a73f05413
parent9dc834f24a17c776788f6e1a4fd1a8c6d33068f9
qa: 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 <nshelke@redhat.com>
(cherry picked from commit 9957a036dfabfc47a4fda7a3e005d74a77449057)
qa/tasks/cephfs/test_volumes.py