]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc, mon: add always_on_modules for reef
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 3 Aug 2022 14:24:16 +0000 (14:24 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 20 Sep 2022 14:26:59 +0000 (14:26 +0000)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
doc/dev/release-checklists.rst
src/mon/MgrMonitor.cc

index a2815605180078031f1f658edeb50cc283ac6ae0..003299fe725016810912f335dbb33165dcee517a 100644 (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`
index 55309e203d358ba599b10f66c92bfb0b3bf923e9..170e2b53b5227bf6482d4f45dcd7e824205471f6 100644 (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