From: Adam King Date: Tue, 25 Oct 2022 12:06:08 +0000 (-0400) Subject: mgr/cephadm: fix upgrade status help message X-Git-Tag: v18.1.0~525^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8d6ab95c838efe1a245165c85b28797cbd159b34;p=ceph-ci.git mgr/cephadm: fix upgrade status help message 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 --- diff --git a/src/pybind/mgr/orchestrator/module.py b/src/pybind/mgr/orchestrator/module.py index 91ce66b49bd..7a301e6bfde 100644 --- a/src/pybind/mgr/orchestrator/module.py +++ b/src/pybind/mgr/orchestrator/module.py @@ -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 = {