From 7f57c6dbf7970884997dfec05d8e8497836ab3eb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 23 Feb 2023 10:32:31 -0500 Subject: [PATCH] Adjust the main location too --- client-cli/pvc/pvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-cli/pvc/pvc.py b/client-cli/pvc/pvc.py index 9ab1e00f..14bde094 100755 --- a/client-cli/pvc/pvc.py +++ b/client-cli/pvc/pvc.py @@ -624,7 +624,7 @@ def cluster_detail(): if health != "N/A": health += "%" primary_node = cluster_details["data"]["primary_node"] - pvc_version = cluster_details["data"].get("pvc_version", "N/A") + pvc_version = cluster_details["data"].get("pvc_version", "< 0.9.62") nodes = str(cluster_details["data"]["nodes"]["total"]) vms = str(cluster_details["data"]["vms"]["total"]) networks = str(cluster_details["data"]["networks"])