]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: replica should not check missing map on push
authorSage Weil <sage@newdream.net>
Tue, 9 Jun 2009 19:08:05 +0000 (12:08 -0700)
committerSage Weil <sage@newdream.net>
Tue, 9 Jun 2009 21:43:33 +0000 (14:43 -0700)
commit3c91cb5a48368266c06b3f84bf83a5b7c0b1519a
tree55de9ecd7dd415a945b884a47da2f1a27768809f
parent7b506643eaf6f4fbc6fed1b92cf707d8c97dfa0a
osd: replica should not check missing map on push

That is, we should let the primary push us objects even if we don't
think they're missing.  This is necessary for pg repair to work.

The old check is useless, since we already restart peering when the
pg changes, and ignore pre-change sub_op messages.
src/osd/ReplicatedPG.cc