ansible-collections / netapp.ontap

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

na_ontap_volume_efficiency getting error #41

Closed jfc916 closed 2 years ago

jfc916 commented 2 years ago

Please raise issues via the new interface when I run this task:

i get error: "msg": "Unsupported parameters for (na_ontap_volume_efficiency) module: volume_efficiency Supported parameters include: cert_filepath, enable_compression, enable_cross_volume_background_dedupe, enable_cross_volume_inline_dedupe, enable_data_compaction, enable_inline_compression, enable_inline_dedupe, feature_flags, hostname, http_port, https, key_filepath, ontapi, password, path, policy, schedule, state, use_rest, username, validate_certs, vserver" }

it does not like " volume_efficiency: "start"" even though its in the doc, and in the module

lonico commented 2 years ago

Most likely you are using an older version of the module

version_added: '21.4.0'

This may happen even though you have downloaded the latest collection if Ansible is selecting a different path and points to another installation. If you rerun the playbook with -vvv it should help identify the path.

jfc916 commented 2 years ago

yeah, was using the wrong version. thanks.