]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/cephadm: fix upgrade status help message
authorAdam King <adking@redhat.com>
Tue, 25 Oct 2022 12:06:08 +0000 (08:06 -0400)
committerAdam King <adking@redhat.com>
Tue, 25 Oct 2022 12:06:08 +0000 (08:06 -0400)
This help message for this command had just been copied
over from the `upgrade check` command, which doesn't make
sense for `upgrade status`

Fixes: https://tracker.ceph.com/issues/57921
Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/orchestrator/module.py

index 91ce66b49bda66604d3090bb8d291b65906abb91..7a301e6bfde415b66f1419d4be4580965804dfaf 100644 (file)
@@ -1555,7 +1555,7 @@ Usage:
 
     @_cli_write_command('orch upgrade status')
     def _upgrade_status(self) -> HandleCommandResult:
-        """Check service versions vs available and target containers"""
+        """Check the status of any potential ongoing upgrade operation"""
         completion = self.upgrade_status()
         status = raise_if_exception(completion)
         r = {