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:
Zengran Zhang 2019-06-18 11:32:33 +08:00
parent 1ddadde664
commit 35cb184bec

View File

@ -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 {