]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: helper function to check if a service is a normal ceph service
authorVenky Shankar <vshankar@redhat.com>
Sat, 8 Feb 2020 09:36:42 +0000 (04:36 -0500)
committerVenky Shankar <vshankar@redhat.com>
Thu, 26 Mar 2020 02:45:13 +0000 (22:45 -0400)
commit8a103e2d20d32afe03e8c676a6117dce99751bef
tree3a2889535fc5c5b144920bdeb2200604d1c3615e
parent7f7d37375daeb917171a2c21229474ffee2cba7f
mgr: helper function to check if a service is a normal ceph service

This would be widely required since ceph metadata server entries are
maintained in service map (DaemonServer::pending_service_map). Such
normal ceph services would need to filtered when processing the service
map to avoid extraneous entries getting processed.

Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 79503fc16749ed0cfe8a89ea3b3c8c792d6b8809)
src/mgr/ServiceMap.h