mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
Merge pull request #2518 from athanatos/wip-9481
PGLog::claim_log_and_clear_rollback_info: fix rollback_info_trimmed_to Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
e7a099b243
@ -88,8 +88,8 @@ struct PGLog {
|
||||
assert(rollback_info_trimmed_to_riter == log.rbegin());
|
||||
|
||||
log = o.log;
|
||||
rollback_info_trimmed_to = head;
|
||||
head = o.head;
|
||||
rollback_info_trimmed_to = head;
|
||||
tail = o.tail;
|
||||
index();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user