]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: is presumed -> appears
authorSage Weil <sage@newdream.net>
Fri, 19 Mar 2021 14:37:37 +0000 (10:37 -0400)
committerSage Weil <sage@newdream.net>
Sat, 20 Mar 2021 13:21:09 +0000 (08:21 -0500)
The old wording was weird.

Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit 3ea3ee5c09d107b3b51c1a92f1733829b7dd4d1f)

src/pybind/mgr/cephadm/services/cephadmservice.py

index a8c5daf769caadbd412fa87d66ae7f10ca9608ed..e777a0e80dacd97a4c2e09e06b25d7401b14e0cc 100644 (file)
@@ -297,7 +297,7 @@ class CephadmService(metaclass=ABCMeta):
             known: Optional[List[str]] = None    # output argument
     ) -> HandleCommandResult:
         names = [f'{self.TYPE}.{d_id}' for d_id in daemon_ids]
-        out = f'It is presumed safe to stop {",".join(names)}'
+        out = f'It appears safe to stop {",".join(names)}'
         err = f'It is NOT safe to stop {",".join(names)} at this time'
 
         if self.TYPE not in ['mon', 'osd', 'mds']: