]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
PG: merge_log- fix extend log case
authorSamuel Just <samuel.just@dreamhost.com>
Wed, 18 May 2011 18:54:07 +0000 (11:54 -0700)
committerJosh Durgin <josh.durgin@dreamhost.com>
Thu, 19 May 2011 00:04:17 +0000 (17:04 -0700)
commit0aeb8efbb88116adeadd16405c72768d253475a6
tree1beec9ce16efa5a8ee924544d002319b8963a158
parent9b9797978c88313f4d38f7dbfe6bb57263b8c0b4
PG: merge_log- fix extend log case

Previously, when extending an empty log with a log with the same
last_update, we would fail an assert since we would reach the end of the
new log.
src/osd/PG.cc