From: Adam King Date: Thu, 29 Jul 2021 18:30:00 +0000 (-0400) Subject: mgr/cephadm: make return message for entering maintenance mode more explicit X-Git-Tag: v17.1.0~1224^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8b3493e5513b98ae4480323e2b6ac6e1ce8d257a;p=ceph.git mgr/cephadm: make return message for entering maintenance mode more explicit Signed-off-by: Adam King --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 7789fa8346e1..e943e9b1178e 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()