8fec696bfd
https://developer.openstack.org/api-ref/block-storage/v3/index.html#list-all-back-end-storage-pools free_capacity and total_capacity in "List all back-end storage pools" should be free_capacity_gb and total_capacity_gb Change-Id: Ic0690d12147fa63b903f3442eccde88c1d501711
31 lines
919 B
JSON
31 lines
919 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"name": "pool1",
|
|
"capabilities": {
|
|
"updated": "2014-10-28T00:00:00-00:00",
|
|
"total_capacity_gb": 1024,
|
|
"free_capacity_gb": 100,
|
|
"volume_backend_name": "pool1",
|
|
"reserved_percentage": 0,
|
|
"driver_version": "1.0.0",
|
|
"storage_protocol": "iSCSI",
|
|
"QoS_support": false
|
|
}
|
|
},
|
|
{
|
|
"name": "pool2",
|
|
"capabilities": {
|
|
"updated": "2014-10-28T00:00:00-00:00",
|
|
"total_capacity_gb": 512,
|
|
"free_capacity_gb": 200,
|
|
"volume_backend_name": "pool2",
|
|
"reserved_percentage": 0,
|
|
"driver_version": "1.0.1",
|
|
"storage_protocol": "iSER",
|
|
"QoS_support": true
|
|
}
|
|
}
|
|
]
|
|
}
|