mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
Merge pull request #64135 from NitzanMordhai/wip-nitzan-slow-ops-preprocess-osd-alive
mon/OSDMonitor: call no_reply() on ignored osd alive
This commit is contained in:
commit
a7026088a5
@ -3894,6 +3894,7 @@ bool OSDMonitor::preprocess_alive(MonOpRequestRef op)
|
||||
return false;
|
||||
|
||||
ignore:
|
||||
mon.no_reply(op);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user