ansible-collections / netapp.ontap

Ansible collection to support NetApp ONTAP configuration.
https://galaxy.ansible.com/netapp/ontap
GNU General Public License v3.0
51 stars 34 forks source link

Support the block-size parameter for the na_ontap_qos_adaptive_policy_group module #156

Closed arndt-netapp closed 1 year ago

arndt-netapp commented 1 year ago

Requesting support for the block-size parameter in the na_ontap_qos_adaptive_policy_group module, as this is commonly used by customers.

carchi8py commented 1 year ago

We have Devops-6233 open for this

mohanrajb9 commented 1 year ago

na_ontap_qos_adaptive_policy_group is ZAPI only and deprecated, REST functionality of adaptive policy is moved to na_ontap_qos_policy_group module, block_size option is now added to the later one.

adaptive_qos_options:
  block_size: 4k
carchi8py commented 1 year ago

This change was part of the 22.6.0 release.