df3382d960
Update documentation to fit into the new manila quota key: - `per_share_gigabytes` Closes-Bug: #1918959 Change-Id: If0bbac2d153348f26f5b60cba3eb492926aa53c5
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"quota_set": {
|
|
"id": "16e1ab15c35a457e9c2b2aa189f544e1",
|
|
"gigabytes": {"in_use": 0,
|
|
"limit": 1000,
|
|
"reserved": 0},
|
|
"shares": {"in_use": 0,
|
|
"limit": 50,
|
|
"reserved": 0},
|
|
"snapshot_gigabytes": {"in_use": 0,
|
|
"limit": 1000,
|
|
"reserved": 0},
|
|
"snapshots": {"in_use": 0,
|
|
"limit": 50,
|
|
"reserved": 0},
|
|
"share_networks": {"in_use": 0,
|
|
"limit": 10,
|
|
"reserved": 0},
|
|
"share_groups": {"in_use": 0,
|
|
"limit": 10,
|
|
"reserved": 0},
|
|
"share_group_snapshots": {"in_use": 0,
|
|
"limit": 10,
|
|
"reserved": 0},
|
|
"share_replicas": {"in_use": 0,
|
|
"limit": 100,
|
|
"reserved": 0},
|
|
"replica_gigabytes": {"in_use": 0,
|
|
"limit": 1000,
|
|
"reserved": 0},
|
|
"per_share_gigabytes": {"in_use": 0,
|
|
"limit": -1,
|
|
"reserved": 0}
|
|
|
|
}
|
|
}
|