]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/: split rollback info trims into trims and rollforwards
authorSamuel Just <sjust@redhat.com>
Sat, 27 Aug 2016 19:51:18 +0000 (12:51 -0700)
committerSamuel Just <sjust@redhat.com>
Thu, 17 Nov 2016 18:40:18 +0000 (10:40 -0800)
commit4a193e828d456a7c301cdac455c33c1b6e57265c
treee525029abc8bcd38d6d6c823e8920f9489001c29
parent735af7c6fae5a4c4c664f6abf61f70c5d7ce801b
osd/: split rollback info trims into trims and rollforwards

Also, rollforward on activate() and adjust read_log debugging to
account for non-rollforward entries.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/PG.cc
src/osd/PG.h
src/osd/PGLog.cc
src/osd/PGLog.h
src/osd/ReplicatedPG.cc
src/osd/osd_types.h
src/test/osd/TestPGLog.cc