]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osd: Fix merge_log_dups() not remove dup corresponding to log.tail
authorDavid Zafman <dzafman@redhat.com>
Thu, 9 May 2019 17:38:36 +0000 (10:38 -0700)
committerDavid Zafman <dzafman@redhat.com>
Fri, 10 May 2019 22:31:51 +0000 (15:31 -0700)
commitf526c6d55c8866712c10b64491fe9371f64cf4d5
tree002bec957cb0ba7f25702f92f2e4ca6561e956c7
parentd0d244d222c7709a4a0688954816fd42e471b3c9
osd: Fix merge_log_dups() not remove dup corresponding to log.tail

The log tail is not inclusive of the log, so not an overlap
Fix unittest_pglog to verify proper operation

Signed-off-by: David Zafman <dzafman@redhat.com>
src/osd/PGLog.cc
src/test/osd/TestPGLog.cc