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>
@_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 = {