summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3370.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3370.yaml')
-rw-r--r--ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3370.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3370.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3370.yaml
new file mode 100644
index 000000000..7a72a98b6
--- /dev/null
+++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-3370.yaml
@@ -0,0 +1,11 @@
+minor_changes:
+ - na_ontap_snapmirror - use REST API for create action if target supports it. (ZAPIs are still used for all other actions).
+ - na_ontap_snapmirror - new option ``create_destination`` to automatically create destination endpoint (ONTAP 9.7).
+ - na_ontap_snapmirror - new option ``destination_cluster`` to automatically create destination SVM for SVM DR (ONTAP 9.7).
+ - na_ontap_snapmirror - new option ``source_cluster`` to automatically set SVM peering (ONTAP 9.7).
+ - na_ontap_volume - use REST API for delete operation if targets supports it.
+
+bugfixes:
+ - na_ontap_lun - REST expects 'all' for tiering policy and not 'backup'.
+ - na_ontap_snapmirror - wait up to 5 minutes for abort to complete before issuing a delete.
+ - na_ontap_volume - REST expects 'all' for tiering policy and not 'backup'.