]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: fix upgrade status help message 49855/head
authorAdam King <adking@redhat.com>
Tue, 25 Oct 2022 12:06:08 +0000 (08:06 -0400)
committerAdam King <adking@redhat.com>
Wed, 25 Jan 2023 00:27:51 +0000 (19:27 -0500)
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>
(cherry picked from commit 8d6ab95c838efe1a245165c85b28797cbd159b34)

src/pybind/mgr/orchestrator/module.py

index 2672abcf8f03724473b1617eacf12f33f1764c05..481c5e5611fa0e2b44f243e42c486c050a398a86 100644 (file)
@@ -1499,7 +1499,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 = {