]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: remove incorrect 'size' from output of 'snapshot info'
authorNikhilkumar Shelke <nshelke@redhat.com>
Sun, 12 Jun 2022 11:44:32 +0000 (17:14 +0530)
committerNikhilkumar Shelke <nshelke@redhat.com>
Sun, 12 Jun 2022 11:47:03 +0000 (17:17 +0530)
commit9957a036dfabfc47a4fda7a3e005d74a77449057
tree8b9f0c6eb1bd970c398f6f364c42febf90640eb5
parent86f4cd3dcadf1604c2ae375752aefcce4b297aeb
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>
qa/tasks/cephfs/test_volumes.py