]> 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>
Fri, 21 Mar 2025 08:49:52 +0000 (08:49 +0000)
commitd4afcccf14cdcf3352941e97e36628fa44ea15b3
tree8b2c69a689453bca872efedcae25986f2d01f243
parent0405c32cfbfb3c41c9080e53b66c9b096d18fe46
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