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 <dillaman@redhat.com>
This commit is contained in:
Jason Dillaman 2019-07-16 13:54:16 -04:00
parent a043fc8568
commit 7231aab4b8

View 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",
}
}