]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: do not complain about missing clones when INCOMPLETE_CLONES is set
authorSage Weil <sage@redhat.com>
Thu, 24 Jul 2014 01:23:56 +0000 (18:23 -0700)
committerSage Weil <sage@redhat.com>
Thu, 24 Jul 2014 17:07:33 +0000 (10:07 -0700)
commit956f28721dd98c5fb9eb410f4fe9e320b3f3eed3
treea2085cb0726f6f87b72e0320b26e1ac397b5dbdd
parent54bf055c5dadc55acf5731e08712d529b180ffc5
osd/ReplicatedPG: do not complain about missing clones when INCOMPLETE_CLONES is set

When scrubbing, do not complain about missing cloens when we are in a
caching mode *or* when the INCOMPLETE_CLONES flag is set.  Both are
indicators that we may be missing clones and that that is okay.

Fixes: #8882
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/ReplicatedPG.cc