]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove code to bypass dumping empty header scrub info
authorDhairya Parmar <dparmar@redhat.com>
Mon, 22 May 2023 10:37:34 +0000 (16:07 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 18 Jul 2023 17:03:50 +0000 (22:33 +0530)
commitd8035f491186a847c4ac88bafe8effe46235972f
tree15b956a1a2f09c1a6894e925c8e3222e1f6ea65e
parenta401e031835f57d3dfba9a7c8ac20f1a769e4b4f
mds: remove code to bypass dumping empty header scrub info

Previously when ~mdsdir was scrubbed at CephFS root, it's header
was kept empty, thus it became necessary to not dump it's values
for 'scrub status'. Now since both the scrubs(~mdsdir and root)
run under the same header, this code is no more needed.

Fixes: https://tracker.ceph.com/issues/59350
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 548af10f1057fe3fb46e23887b012a664b45b7f8)
src/mds/ScrubStack.cc