]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
PG::proc_replica_log: adjust oinfo.last_complete based on omissing
authorSamuel Just <sam.just@inktank.com>
Thu, 21 Feb 2013 23:31:36 +0000 (15:31 -0800)
committerSamuel Just <sam.just@inktank.com>
Thu, 21 Feb 2013 23:37:14 +0000 (15:37 -0800)
commitce7ffc34408bf32c66dc07e6f42d54b7ec489d41
tree9523929b00769bde3f5f5d9c7a8cf6f0390720a4
parent8086d1d8c071f226232d7d4dbab0f29a4d35d0cc
PG::proc_replica_log: adjust oinfo.last_complete based on omissing

Otherwise, search_for_missing may neglect to check the missing
set for some objects assuming that if the need version is
prior to last_complete, the replica must have it.

Fixes: #4994
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PG.cc