]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: Remove service_daemon handling from MMgrUpdate
authorPrashant D <pdhange@redhat.com>
Fri, 24 Jun 2022 15:10:03 +0000 (11:10 -0400)
committerPrashant D <pdhange@redhat.com>
Thu, 8 Sep 2022 05:49:44 +0000 (01:49 -0400)
commit5ab8b3c7fe89aba96742bf9df99c6379b414eb7b
treec76a4e2bbaac68a6bf2d25418cd574deaab638b6
parent6122715a09319367270a08d3fafa7f1c814207b6
mgr: Remove service_daemon handling from MMgrUpdate

The service_daemon is only required if client services
needs to be registered with mgr. The service_daemon
handling is not required in case of MMgrUpdate as it
handles mon metadata updates only.

Fixes: https://tracker.ceph.com/issues/55322
Resolves: rhbz#2121265

Signed-off-by: Prashant D <pdhange@redhat.com>
(cherry picked from commit 6540937a6d1865642dd799b4996d85d2ee9a99ad)
src/messages/MMgrUpdate.h
src/mgr/DaemonServer.cc
src/mgr/MgrClient.cc