]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: observe INCOMPLETE_CLONES in is_present_clone() 2141/head
authorSage Weil <sage@redhat.com>
Thu, 24 Jul 2014 01:25:53 +0000 (18:25 -0700)
committerSage Weil <sage@redhat.com>
Thu, 24 Jul 2014 17:07:33 +0000 (10:07 -0700)
commit63abf11390bb9b8dd604aae2b3e90596f9ab65ac
tree0721ce8eae4525dea93eb4638dd5fac8dfb40cd0
parent41364711a66c89ce2e94435fe0d54eeda6092614
osd/ReplicatedPG: observe INCOMPLETE_CLONES in is_present_clone()

We cannot assume that just because cache_mode is NONE that we will have
all clones present; check for the absense of the INCOMPLETE_CLONES flag
here too.

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