]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
LogMonitor: set no_reply for forward MLog commands
authorNitzan Mordechai <nmordech@redhat.com>
Thu, 20 Feb 2025 07:37:45 +0000 (07:37 +0000)
committerNitzan Mordechai <nmordech@redhat.com>
Tue, 11 Mar 2025 06:20:02 +0000 (06:20 +0000)
commit1bf93fc10c676d3a3706a457b6dd8527868f8ce3
tree57588c2bd5a93a5649c491314a3b4305670744a9
parent0b02529deed794a2570303717068f3f7e28b8a74
LogMonitor: set no_reply for forward MLog commands

On streach mod clusters we can see slow ops when
removing and adding osds with --zap --force when osds
connected to peon monitor and forwarding the MLog to leader.
the no_reply is set only when we are connected to the leader,
this fix will add also the other option - so no_reply set anyway.

Fixes: https://tracker.ceph.com/issues/54489
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
(cherry picked from commit 56cb53db96380c917f4192c31cbdd0f0f3ef1fe9)
src/mon/LogMonitor.cc