]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: Fix condition to check for ceph version mismatch 49989/head
authorPrashant D <pdhange@redhat.com>
Tue, 27 Sep 2022 02:40:45 +0000 (22:40 -0400)
committerPrashant D <pdhange@redhat.com>
Fri, 3 Feb 2023 22:00:33 +0000 (17:00 -0500)
commit46e73bd9c94bdac3c7f26186f566daafcfcbe865
tree09d377d94e9320abfe02f11acad2d1c44811e1e3
parent173850228a5c33b316a8ce00e066c0671b2e3609
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>
(cherry picked from commit 5dc0d6f7f299cc7af0c243ba67036b075f4b72af)
src/mon/Monitor.cc