]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix merge_log divergent item detection
authorSage Weil <sage@newdream.net>
Fri, 5 Dec 2008 19:46:55 +0000 (11:46 -0800)
committerSage Weil <sage@newdream.net>
Fri, 5 Dec 2008 19:46:55 +0000 (11:46 -0800)
commitc1368ed107fb4dd2f20bb870b87c23ddf805de53
tree04dbe73501c8f764c82597eb24ed850354b954b5
parent34ee473dcf14e4d5e112bda1953932bfcf0d2bb8
osd: fix merge_log divergent item detection

An item in our log isn't divergent if it is below the bottom of
olog.  Using the last_kept item isn't helpful here because
last_kept is in olog, and may be below that log's bottom.
src/osd/PG.cc