df3382d960
Update documentation to fit into the new manila quota key: - `per_share_gigabytes` Closes-Bug: #1918959 Change-Id: If0bbac2d153348f26f5b60cba3eb492926aa53c5
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"quota_class_set": {
|
|
"share_groups": 50,
|
|
"gigabytes": 1000,
|
|
"share_group_snapshots": 50,
|
|
"snapshots": 50,
|
|
"snapshot_gigabytes": 1000,
|
|
"shares": 50,
|
|
"id": "default",
|
|
"share_networks": 10,
|
|
"share_replicas": 100,
|
|
"replica_gigabytes": 1000,
|
|
"per_share_gigabytes": -1
|
|
}
|
|
}
|