File: enhanced-kvm-storage-qos-f8f67d404949c0b0.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (18 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
features:
  - |
    The libvirt driver now supports additional Cinder front-end
    QoS specs, allowing the specification of additional IO
    burst limits applied for each attached disk, individually.

    - quota:read_bytes_sec_max
    - quota:write_bytes_sec_max
    - quota:total_bytes_sec_max
    - quota:read_iops_sec_max
    - quota:write_iops_sec_max
    - quota:total_iops_sec_max
    - quota:size_iops_sec

    For more information, see the Cinder admin guide:

    https://docs.openstack.org/cinder/latest/admin/blockstorage-basic-volume-qos.html