]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: don't keep push state on replicas
authorSage Weil <sage.weil@dreamhost.com>
Wed, 30 Nov 2011 01:04:52 +0000 (17:04 -0800)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 14 Dec 2011 19:31:32 +0000 (11:31 -0800)
commit99c614fa0524df2bbdf41bb4dfc091de43ea8f00
treef504335f5a7d0ad2ec1b8e69f0dbbc87a4b01cf4
parent10e481d17b09b106b3a0c17033d5bbcacefaf25f
osd: don't keep push state on replicas

Primaries need this, but replicas don't: the primary will explicitly pull
the pieces of the object that it wants.

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