]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: pass updated stats to replica
authorSage Weil <sage@newdream.net>
Fri, 19 Jun 2009 19:45:36 +0000 (12:45 -0700)
committerSage Weil <sage@newdream.net>
Fri, 19 Jun 2009 19:45:36 +0000 (12:45 -0700)
commitbcab1f16a9333d26ef29e1ec13f1abd4ff3c875b
tree6400bf195c045fef99b2133323980d2a109d41c8
parent3e0c3e29d971c70a4b2f458919cd8a3270d5193d
osd: pass updated stats to replica

When we ship the raw transaction to the replica, we need to ship the
new pg_stat_t as well, since that isn't getting updated in parallel by
prepare_transaction().
src/include/ceph_fs.h
src/messages/MOSDSubOp.h
src/osd/ReplicatedPG.cc