From: Sage Weil Date: Tue, 16 Jul 2019 17:10:32 +0000 (-0500) Subject: mon/MgrMonitor: make pg_autoscaler always on X-Git-Tag: v15.1.0~2151^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ac16bcc5c7f98a9885034cf137d505d178f4378d;p=ceph-ci.git mon/MgrMonitor: make pg_autoscaler always on Signed-off-by: Sage Weil --- diff --git a/src/mon/MgrMonitor.cc b/src/mon/MgrMonitor.cc index ff3539f72c5..c397c0cb0b1 100644 --- a/src/mon/MgrMonitor.cc +++ b/src/mon/MgrMonitor.cc @@ -60,6 +60,7 @@ const static std::map> always_on_modules = { "devicehealth", "orchestrator_cli", "volumes", + "pg_autoscaler", } } };