]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: add empty stat when we remove an object in recover_backfill
authorSamuel Just <sam.just@inktank.com>
Mon, 28 Oct 2013 23:03:25 +0000 (16:03 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 8 May 2014 20:35:01 +0000 (13:35 -0700)
commitd620b13c51fc69b509824177af32de55c89c2259
tree9c0b346c673432fb16893c3a3f1b06109205b0af
parentfced0562f6b80035cd522cc81bdc844ccc92d9bc
ReplicatedPG: add empty stat when we remove an object in recover_backfill

Subsequent updates to that object need to have their stats added
to the backfill info stats atomically with the last_backfill
update.

Signed-off-by: Samuel Just <sam.just@inktank.com>
(cherry picked from commit ecddd12b01be120fba87f5ac60539f98f2c69a28)
src/osd/ReplicatedPG.cc