]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: make return message for entering maintenance mode more explicit
authorAdam King <adking@redhat.com>
Thu, 29 Jul 2021 18:30:00 +0000 (14:30 -0400)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 10 Aug 2021 14:32:17 +0000 (16:32 +0200)
Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit 8b3493e5513b98ae4480323e2b6ac6e1ce8d257a)

src/pybind/mgr/cephadm/module.py

index 04ce846bb76e491bee14b8db7fbe45246389da86..87f2fbd0625fddd395f4a60a161520452602b3a9 100644 (file)
@@ -1660,7 +1660,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()