File: netapp-cdot-quality-of-service-limits-c1fe8601d00cb5a8.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (12 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - The NetApp driver now supports Quality of Service extra specs. To create
    a share on ONTAP with qos support, set the 'qos' extra-spec in your
    share type to True and use one of 'netapp:maxiops' and 'netapp:maxbps'
    scoped extra-specs to set absolute limits. To set size based limits,
    use scoped extra-specs 'netapp:maxiopspergib' or 'netapp:maxbpspergib'.
    QoS policies on the back end are created exclusive to each manila share.
upgrade:
  - A new configuration option 'netapp_qos_policy_group_name_template' has
    been added to allow overriding the naming of QoS policies created by the
    NetApp driver.