3a2d220f8a
- Follow up change to fix suggestions from earlier pull request i.e. https://review.opendev.org/c/openstack/manila/+/343980 . - Add API-ref docs - Rename column availability_zone to availability_zone_id in share_backups table. Implement: blueprint share-backup Closes-bug: #2031311 Change-Id: Ice01ab7892b1eb52b3202f2c79957977f73f3aca
26 lines
831 B
JSON
26 lines
831 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,
|
|
"maxTotalShareBackups": 100,
|
|
"maxTotalBackupGigabytes": 1000,
|
|
"totalShareBackupsUsed": 0,
|
|
"totalBackupGigabytesUsed": 0
|
|
}
|
|
}
|
|
}
|