]> git.apps.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>
Wed, 28 Jun 2023 12:42:27 +0000 (18:12 +0530)
commit2f06feea33c88798e4e9d654bbff8b05e77f0681
tree7cfd7a2135bc8810d2db400d6bd35823d20d17be
parentf85b22818b474911cfdc15e7c6be1d2979939888
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>
src/mds/MDCache.cc