]> git-server-git.apps.pok.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>
Fri, 19 Aug 2022 06:30:43 +0000 (02:30 -0400)
commit5fb33b8beea7c915afe3052ca338d1888ce12ee4
tree7fc4e07b63e73e84b8fb697fa7d034426f39b099
parent9f3a6fd1c9919ba7d0d6be2066ca5b2f828b238c
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
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