From: Sebastian Wagner Date: Fri, 24 Jan 2020 12:03:00 +0000 (+0100) Subject: mon: always_on_modules: Rename orchestrator_cli to orchestrator X-Git-Tag: v15.1.1~379^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50cb7055a47c46ff36f4c07e79c4980e58256bbc;p=ceph.git mon: always_on_modules: Rename orchestrator_cli to orchestrator Signed-off-by: Sebastian Wagner --- diff --git a/src/mon/MgrMonitor.cc b/src/mon/MgrMonitor.cc index 36ea32cc5ee2..48ce95dfd600 100644 --- a/src/mon/MgrMonitor.cc +++ b/src/mon/MgrMonitor.cc @@ -60,7 +60,7 @@ const static std::map> always_on_modules = { "progress", "balancer", "devicehealth", - "orchestrator_cli", + "orchestrator", "rbd_support", "volumes", "pg_autoscaler",