mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
Merge pull request #48617 from adk3798/upgrade-status-help
mgr/orchestrator: fix upgrade status help message Reviewed-by: Redouane Kachach <rkachach@redhat.com>
This commit is contained in:
commit
d6982cc5b9
@ -1558,7 +1558,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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user