diff --git a/client-cli/pvc/cli/formatters.py b/client-cli/pvc/cli/formatters.py index 52c2ab98..ae7294d8 100644 --- a/client-cli/pvc/cli/formatters.py +++ b/client-cli/pvc/cli/formatters.py @@ -277,7 +277,7 @@ def cli_cluster_status_format_short(CLI_CONFIG, data): messages = "\n ".join( sorted( messages, - key=lambda x: (x["state"], x["health_delta"], x["last_reported"]), + key=lambda x: (x["status"], x["health_delta"], x["last_reported"]), reverse=True, ) )