]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/mgr: add 'rbd_support' to list of always-on mgr modules 29073/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 16 Jul 2019 17:54:16 +0000 (13:54 -0400)
committerJason Dillaman <dillaman@redhat.com>
Tue, 16 Jul 2019 17:54:16 +0000 (13:54 -0400)
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 <dillaman@redhat.com>
src/mon/MgrMonitor.cc

index ff3539f72c593fe2bf0525862eca24add49957d9..b6ff4a0d9171cefadef2781884d092cfca100d2e 100644 (file)
@@ -48,6 +48,7 @@ const static std::map<uint32_t, std::set<std::string>> always_on_modules = {
       "balancer",
       "devicehealth",
       "orchestrator_cli",
+      "rbd_support",
       "volumes",
     }
   },
@@ -59,6 +60,7 @@ const static std::map<uint32_t, std::set<std::string>> always_on_modules = {
       "balancer",
       "devicehealth",
       "orchestrator_cli",
+      "rbd_support",
       "volumes",
     }
   }