doc, mon: add always_on_modules for reef

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
Radoslaw Zarzynski 2022-08-03 14:24:16 +00:00
parent ad7ce46c1e
commit 3a12f1d16b
2 changed files with 15 additions and 1 deletions

View File

@ -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`

View File

@ -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