mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
ReplicatedPG::_finish_mark_all_unfound_lost: only requeue if !deleting
Signed-off-by: Samuel Just <sam.just@inktank.com>
This commit is contained in:
parent
0e155550dd
commit
88d9ee1d01
@ -6180,7 +6180,8 @@ void ReplicatedPG::_finish_mark_all_unfound_lost(list<ObjectContext*>& obcs)
|
||||
lock();
|
||||
dout(10) << "_finish_mark_all_unfound_lost " << dendl;
|
||||
|
||||
requeue_ops(waiting_for_all_missing);
|
||||
if (!deleting)
|
||||
requeue_ops(waiting_for_all_missing);
|
||||
waiting_for_all_missing.clear();
|
||||
|
||||
while (!obcs.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user