mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
Merge pull request #36593 from gregsfortytwo/wip-46914
mon: mark pgtemp messages as no_reply more consistenly in preprocess_… Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
268cbe5bb7
@ -4083,6 +4083,7 @@ bool OSDMonitor::preprocess_pgtemp(MonOpRequestRef op)
|
||||
return true;
|
||||
|
||||
ignore:
|
||||
mon->no_reply(op);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user