]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Add a flag to ScrubMap to signal check needed 16332/head
authorBrad Hubbard <bhubbard@redhat.com>
Fri, 13 Oct 2017 05:46:47 +0000 (15:46 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Tue, 24 Oct 2017 07:27:57 +0000 (17:27 +1000)
commit2094fda7655ddd82b56850b3ded961a8c5c66966
treec164822f8d19a2781391682ef8982545ef92b0cf
parent71bf04775bef90c9291bd825da626bc9de6f9ec1
osd: Add a flag to ScrubMap to signal check needed

If we know none of the scrub maps have errors early in
be_large_omap_check() we can return without doing a lot of unnecessary
work.

Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/osd/ECBackend.cc
src/osd/ECBackend.h
src/osd/PGBackend.cc
src/osd/PGBackend.h
src/osd/ReplicatedBackend.cc
src/osd/ReplicatedBackend.h
src/osd/osd_types.h