mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
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:
parent
a043fc8568
commit
7231aab4b8
@ -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",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user