a711de8195
In this patchset, volume QoS creation and association are added to the bootstrap if configured. Change-Id: I8c4bd4909f06e9db4fbc6a6daad0932babe94bcf
14 lines
249 B
YAML
14 lines
249 B
YAML
# NOTE: In this yaml file, an example qos is created
|
|
# and associated with volume type rbd1
|
|
|
|
---
|
|
bootstrap:
|
|
high-iops:
|
|
consumer: front-end
|
|
properties:
|
|
read_iops_sec: 20000
|
|
write_iops_sec: 10000
|
|
associates:
|
|
- rbd1
|
|
...
|