From: Alex Ainscow Date: Fri, 10 Jan 2025 15:48:13 +0000 (+0000) Subject: common/options/global.yaml.in: update for umbrella X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3f56e99f924cda43efe36f73758efb2ac0c75552;p=ceph.git common/options/global.yaml.in: update for umbrella Signed-off-by: Alex Ainscow --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index ec55e9fae106..df8cb90bbf3f 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -81,8 +81,8 @@ Mon - [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` -- [ ] common/options/global.yaml.in define `mon_debug_no_require_X` -- [ ] common/options/global.yaml.in remove `mon_debug_no_require_X-2` +- [x] common/options/global.yaml.in define `mon_debug_no_require_X` +- [x] common/options/global.yaml.in 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` - [ ] mon/OSDMonitor.cc `preprocess_boot`: adjust "disallow boot of " condition to disallow X if `require_osd_release` < X-2. - [ ] mon/OSDMonitor.cc: adjust "osd require-osd-release" to (1) allow setting X, and (2) check that all mons *and* OSDs have X diff --git a/src/common/options/global.yaml.in b/src/common/options/global.yaml.in index c06cd8ea6e3e..cb933eb2113c 100644 --- a/src/common/options/global.yaml.in +++ b/src/common/options/global.yaml.in @@ -2037,19 +2037,19 @@ options: see_also: - mon_debug_dump_transactions with_legacy: true -- name: mon_debug_no_require_squid +- name: mon_debug_no_require_tentacle type: bool level: dev - desc: Do not require the Squid feature for new Monitor clusters + desc: Do not require the Tentacle feature for new Monitor clusters default: false services: - mon flags: - cluster_create -- name: mon_debug_no_require_tentacle +- name: mon_debug_no_require_umbrella type: bool level: dev - desc: Do not require the Tentacle feature for new Monitor clusters + desc: Do not require the Umbrella feature for new Monitor clusters default: false services: - mon