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

Bad examples on na_ontap_aggregate #117

Closed ansibleguy76 closed 1 year ago

ansibleguy76 commented 1 year ago

Summary

I am trying the example on the ansible site and many have an example with disk-count. But with disk-count the property "nodes" is required. What is already silly, because in the comments of this property you already claim that "node (single)" is required. So the examples are wrong (missing nodes) but the comment is somehow also wrong as it talks about "node".

Component Name

na_ontap_aggregate

Additional Information

lonico commented 1 year ago

The examples were written for ZAPI. We need to update them. I don't understand the last part I see

With REST, nodes is required if disk_count is present.

DEVOPS-5666

carchi8py commented 1 year ago

This was fixed in 22.1.0 which was released last week.