mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
osd: accident of rollforward may need to mark pglog dirty
refers: https://github.com/ceph/ceph/pull/27015/files#r294114392 Fixes: http://tracker.ceph.com/issues/40403 Signed-off-by: Zengran Zhang <zhangzengran@sangfor.com.cn>
This commit is contained in:
parent
1ddadde664
commit
35cb184bec
@ -739,7 +739,7 @@ public:
|
||||
if (log.roll_forward_to(
|
||||
roll_forward_to,
|
||||
h))
|
||||
dirty_log = false;
|
||||
dirty_log = true;
|
||||
}
|
||||
|
||||
eversion_t get_can_rollback_to() const {
|
||||
|
Loading…
Reference in New Issue
Block a user