2f0981602b
Added support for Adaptive QoS policies that have been pre-created on the storage system, with clustered ONTAP version 9.4 or higher. To use this feature, configure a Manila share type with the extra-spec "netapp:adaptive_qos_policy_group" and value set to the qos policy group on the ONTAP storage system, for example: netapp:adaptive_qos_policy_group=platform3 Note that a cluster scoped account must be used in the driver configuration in order to use QoS in clustered ONTAP. Other notes: -This only works for backends without share server management. -This does not work for share replicas or share migration. Partially-Implements: bp netapp-adaptive-qos-support Change-Id: I3cc1d2fa2a8380ca925538cab5a3414ac2141d70
17 lines
681 B
YAML
17 lines
681 B
YAML
---
|
|
features:
|
|
- |
|
|
Added support for Adaptive QoS policies that have been pre-created on
|
|
the storage system, with clustered ONTAP version 9.4 or higher. To use
|
|
this feature, configure a Manila share type with the extra-spec
|
|
"netapp:adaptive_qos_policy_group" and value set to the qos policy
|
|
group on the ONTAP storage system, for example:
|
|
|
|
netapp:adaptive_qos_policy_group=platform3
|
|
|
|
Note that a cluster scoped account must be used in the driver
|
|
configuration in order to use QoS in clustered ONTAP. Other notes:
|
|
|
|
- This only works for backends without share server management.
|
|
- This does not work for share replicas or share migration.
|