Add PGs count to pool list

This commit is contained in:
2021-12-28 21:08:04 -05:00
parent c73939e1c5
commit bbfad340a1
4 changed files with 26 additions and 2 deletions

View File

@ -664,6 +664,10 @@
"description": "The name of the pool",
"type": "string"
},
"pgs": {
"description": "The number of PGs (placement groups) for the pool",
"type": "integer"
},
"stats": {
"properties": {
"free_bytes": {