a8955b0005
This performs multiple modifications of Cinder volume metadata and benchmarks metadata modifications and deletions. Change-Id: Ie5b0fa14a6988d4c37dbfdedbadcc562e3250f44
22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"CinderVolumes.modify_volume_metadata": [
|
|
{
|
|
"args": {},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"volumes": {
|
|
"size": 1
|
|
},
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|