]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/mgr: add 'rbd_support' to list of always-on mgr modules 29725/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 16 Jul 2019 17:54:16 +0000 (13:54 -0400)
committerJason Dillaman <dillaman@redhat.com>
Sun, 18 Aug 2019 21:32:40 +0000 (17:32 -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>
(cherry picked from commit 7231aab4b844729c1c35da37515dce58026c26a2)

Conflicts:
src/mon/MgrMonitor.cc: trivial resolution

src/mon/MgrMonitor.cc

index 08797200adb629ed493d31219106c5e8868cf942..80e4121c43276cfb32c643cfd8fd00b86ef134a1 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",
     }
   }