From 8b3493e5513b98ae4480323e2b6ac6e1ce8d257a Mon Sep 17 00:00:00 2001 From: Adam King Date: Thu, 29 Jul 2021 14:30:00 -0400 Subject: [PATCH] mgr/cephadm: make return message for entering maintenance mode more explicit Signed-off-by: Adam King --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 7789fa8346e..e943e9b1178 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -1658,7 +1658,7 @@ Then run the following: self._set_maintenance_healthcheck() - return f"Ceph cluster {self._cluster_fsid} on {hostname} moved to maintenance" + return f'Daemons for Ceph cluster {self._cluster_fsid} stopped on host {hostname}. Host {hostname} moved to maintenance mode' @handle_orch_error @host_exists() -- 2.39.5