Add PVC version to cluster status output

This commit is contained in:
2023-02-22 16:05:28 -05:00
parent 32c36c866b
commit e773211293
4 changed files with 27 additions and 1 deletions

View File

@ -103,6 +103,11 @@
"example": "pvchv1",
"type": "string"
},
"pvc_version": {
"description": "The PVC version of the current primary coordinator node",
"example": "0.9.61",
"type": "string"
},
"snapshots": {
"description": "The total number of snapshots in the storage cluster",
"type": "integer"