c14cecb828
List of changes: - Added support of 'create' and 'delete' operations for shares. - Added benchmark for creating and deleting shares without usage of share networks. Change-Id: I48adb06140f70c5d18139726f5af6d7e1ab93a47
30 lines
716 B
JSON
30 lines
716 B
JSON
{
|
|
"ManilaShares.create_and_delete_share": [
|
|
{
|
|
"args": {
|
|
"share_proto": "nfs",
|
|
"size": 1,
|
|
"min_sleep": 1,
|
|
"max_sleep": 2
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 2,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"quotas": {
|
|
"manila": {
|
|
"shares": -1,
|
|
"gigabytes": -1
|
|
}
|
|
},
|
|
"users": {
|
|
"tenants": 2,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|