7bc4886a03
Update documentation to fit into the new manila quota keys: - `share_replicas` - `replica_gigabytes` Closes-Bug: #1881921 Change-Id: I91fa2222743da06557ceb52fcbae0f8928d0752c
22 lines
662 B
JSON
22 lines
662 B
JSON
{
|
|
"limits": {
|
|
"rate": [],
|
|
"absolute": {
|
|
"totalShareNetworksUsed": 0,
|
|
"maxTotalShareGigabytes": 1000,
|
|
"maxTotalShareNetworks": 10,
|
|
"totalSharesUsed": 0,
|
|
"totalShareGigabytesUsed": 0,
|
|
"totalShareSnapshotsUsed": 0,
|
|
"maxTotalShares": 50,
|
|
"totalSnapshotGigabytesUsed": 0,
|
|
"maxTotalSnapshotGigabytes": 1000,
|
|
"maxTotalShareSnapshots": 50,
|
|
"maxTotalShareReplicas": 100,
|
|
"maxTotalReplicaGigabytes": 1000,
|
|
"totalShareReplicasUsed": 0,
|
|
"totalReplicaGigabytesUsed": 0
|
|
}
|
|
}
|
|
}
|