]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: dump_values no more needed
authorDhairya Parmar <dparmar@redhat.com>
Mon, 22 May 2023 10:36:24 +0000 (16:06 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 18 Jul 2023 16:59:28 +0000 (22:29 +0530)
commit067dd324b909b1738e7e874f74286712ccecbb50
tree263de0d235347867efa259e6730151c7a306f874
parent78301e3e8d81458d8e5eb6dc6920394393a96589
mds: dump_values no more needed

Previouly, two individual scrubs were initiated to scrub ~mdsdir
at root where the ~mdsdir scrub wasn't provided any tag thus, it
was necessary to not dump it's values for output of 'scrub start'.
Now since mdsdir and root scrub run under single header, there is
no need for this anymore, thus removing this redundant code.

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