]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MgrMonitor: make pg_autoscaler always on
authorSage Weil <sage@redhat.com>
Tue, 16 Jul 2019 17:10:32 +0000 (12:10 -0500)
committerSage Weil <sage@redhat.com>
Tue, 16 Jul 2019 17:10:32 +0000 (12:10 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MgrMonitor.cc

index ff3539f72c593fe2bf0525862eca24add49957d9..c397c0cb0b1e6506aa609a70b48b00c6e348d701 100644 (file)
@@ -60,6 +60,7 @@ const static std::map<uint32_t, std::set<std::string>> always_on_modules = {
       "devicehealth",
       "orchestrator_cli",
       "volumes",
+      "pg_autoscaler",
     }
   }
 };