]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: observed INCOMPLETE_CLONES when doing clone subsets
authorSage Weil <sage@redhat.com>
Thu, 24 Jul 2014 01:24:51 +0000 (18:24 -0700)
committerSage Weil <sage@redhat.com>
Sat, 2 Aug 2014 00:00:24 +0000 (17:00 -0700)
commit22cc1b643f83edbfc0475f6da89cf4bd4c89aae1
treee9c89d21dd4adab710fa7af0bf37b93315fee080
parentc42232e3539fc4682e8fec3e064b21acbcc996ed
osd/ReplicatedPG: observed INCOMPLETE_CLONES when doing clone subsets

During recovery, we can clone subsets if we know that all clones will be
present.  We skip this on caching pools because they may not be; do the
same when INCOMPLETE_CLONES is set.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 41364711a66c89ce2e94435fe0d54eeda6092614)
src/osd/ReplicatedPG.cc