I don't see a good reason to set this to X-2 for a new cluster so I've adjusted
it to X and updated this missing item in the doc.
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
Mon
---
+- [x] src/tools/monmaptool.cc: bump min_mon_release to X for created (new) clusters
- [x] qa/standalone/mon/misc adjust `TEST_mon_features` (add X cases and adjust `--mon-debug-no-require-X`)
- [x] qa/standalone/mon/misc bump up `jqfilter='.monmap.features.persistent | length == N'` to `N+1`
- [x] mon/MgrMonitor.cc adjust `always_on_modules`
monmap.strategy = static_cast<MonMap::election_strategy>(
g_conf().get_val<uint64_t>("mon_election_default_strategy"));
if (min_mon_release == ceph_release_t::unknown) {
- min_mon_release = ceph_release_t::quincy;
+ min_mon_release = ceph_release_t::tentacle;
}
// TODO: why do we not use build_initial in our normal path here!?!?!
modified = true;