Minor Changes
- Multiple modules - Standardize hostname, username, and password parameters to use netapp_hostname, netapp_username, and netapp_password as values.
- Multiple modules - Update examples to use Fully Qualified Collection Name.
- Update dead link in doc_fragments.
- na_ontap_dns - updated documentation for
vserver
. - na_ontap_flexcache - new options
relative_size
,override_encryption
,atime_scrub
,cifs_change_notify_enabled
,global_file_locking_enabled
,guarantee_type
,dr_cache
added in REST. - na_ontap_rest_cli - Add POST and DELETE examples.
- na_ontap_snapmirror - new option
quiesced_time_out
added to wait for quiesce job to complete. - na_ontap_svm - updated documentation for
allowed_protocols
&services
. - na_ontap_volume - new option
large_size_enabled
added in REST, requires ONTAP 9.12 or later.
Bugfixes
- Resolved Ansible lint issues.
- na_ontap_aggregate - fix issue with 'raid_type' change in REST.
- na_ontap_kerberos_interface - updated example in module documentation.
- na_ontap_qtree - fix timeout issue with qtree delete in REST.