mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
doc, mon: add always_on_modules for reef
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
parent
ad7ce46c1e
commit
3a12f1d16b
@ -64,7 +64,7 @@ Mon
|
||||
---
|
||||
|
||||
- [ ] qa/standalone/mon/misc adjust `TEST_mon_features` (add X cases and adjust `--mon-debug-no-require-X`)
|
||||
- [ ] mon/MgrMonitor.cc adjust `always_on_modules`
|
||||
- [x] mon/MgrMonitor.cc adjust `always_on_modules`
|
||||
- [ ] common/options.cc define `mon_debug_no_require_X`
|
||||
- [ ] common/options.cc remove `mon_debug_no_require_X-2`
|
||||
- [ ] mon/OSDMonitor.cc `create_initial`: adjust new `require_osd_release`, and add associated `mon_debug_no_require_X`
|
||||
|
@ -113,6 +113,20 @@ const static std::map<uint32_t, std::set<std::string>> always_on_modules = {
|
||||
"telemetry",
|
||||
}
|
||||
},
|
||||
{
|
||||
CEPH_RELEASE_REEF, {
|
||||
"crash",
|
||||
"status",
|
||||
"progress",
|
||||
"balancer",
|
||||
"devicehealth",
|
||||
"orchestrator",
|
||||
"rbd_support",
|
||||
"volumes",
|
||||
"pg_autoscaler",
|
||||
"telemetry",
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
// Prefix for mon store of active mgr's command descriptions
|
||||
|
Loading…
Reference in New Issue
Block a user