]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix push_to_replica typo
authorSage Weil <sage.weil@dreamhost.com>
Wed, 30 Nov 2011 00:44:17 +0000 (16:44 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 14 Dec 2011 19:31:31 +0000 (11:31 -0800)
commit10e481d17b09b106b3a0c17033d5bbcacefaf25f
treea09ed0d920792397508ebc0212d2e22f69c84b8b
parent8064440d900fcf9473a337bd2eb7522e805274ed
osd: fix push_to_replica typo

We are always pushing soid.  If we are missing snapdir locally, that means
we can't do an informed efficient clone, and should push the whole
object... NOT that we should push snapdir!

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