From: Jason Dillaman Date: Tue, 16 Jul 2019 17:54:16 +0000 (-0400) Subject: mon/mgr: add 'rbd_support' to list of always-on mgr modules X-Git-Tag: v15.1.0~2101^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7231aab4b844729c1c35da37515dce58026c26a2;p=ceph.git mon/mgr: add 'rbd_support' to list of always-on mgr modules The 'rbd_support' mgr module provides many background functions that are required by the 'rbd' CLI performance queries, as well as future background long-running maintenance tasks. Fixes: http://tracker.ceph.com/issues/40790 Signed-off-by: Jason Dillaman --- diff --git a/src/mon/MgrMonitor.cc b/src/mon/MgrMonitor.cc index ff3539f72c59..b6ff4a0d9171 100644 --- a/src/mon/MgrMonitor.cc +++ b/src/mon/MgrMonitor.cc @@ -48,6 +48,7 @@ const static std::map> always_on_modules = { "balancer", "devicehealth", "orchestrator_cli", + "rbd_support", "volumes", } }, @@ -59,6 +60,7 @@ const static std::map> always_on_modules = { "balancer", "devicehealth", "orchestrator_cli", + "rbd_support", "volumes", } }