![zhangzhang](/assets/img/avatar_default.png)
Create a qos, then Add/Update keys in qos specs. Change-Id: I26fe73d1b4833ca23023698e22ee8387d358d786
28 lines
634 B
JSON
28 lines
634 B
JSON
{
|
|
"CinderQos.create_and_get_qos": [
|
|
{
|
|
"args": {
|
|
"consumer": "both",
|
|
"write_iops_sec": "10",
|
|
"read_iops_sec": "1000"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 5,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
},
|
|
"sla": {
|
|
"failure_rate": {
|
|
"max": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|