]> git.apps.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>
Fri, 19 Mar 2021 14:37:37 +0000 (10:37 -0400)
The old wording was weird.

Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/cephadm/services/cephadmservice.py

index 5b1a190ed296ee9d04335b7acb90f1568306aa73..f940cd2cec1814e1f80046621cae8d6c50496b32 100644 (file)
@@ -295,7 +295,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']: