]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Fix condition to check for ceph version mismatch 48265/head
authorPrashant D <pdhange@redhat.com>
Tue, 27 Sep 2022 02:40:45 +0000 (22:40 -0400)
committerPrashant D <pdhange@redhat.com>
Tue, 27 Sep 2022 02:40:45 +0000 (22:40 -0400)
commit5dc0d6f7f299cc7af0c243ba67036b075f4b72af
tree66ac4764774aef3118c68a4e7c234188965a1872
parentc2adf33ed5a5cb41ed214781f3adc49b01c295b0
mon: Fix condition to check for ceph version mismatch

MON fails to send MMgrUpdate to the MGR to update
DaemonState with correct metadata information due to
incorrect conditional check. Send MMgrUpdate to MGR
if we observe ceph version mismatch after an election
is over.

Fixes: https://tracker.ceph.com/issues/57678
Signed-off-by: Prashant D <pdhange@redhat.com>
src/mon/Monitor.cc