diff options
Diffstat (limited to 'ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4319.yaml')
-rw-r--r-- | ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4319.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4319.yaml b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4319.yaml new file mode 100644 index 000000000..ad644af5d --- /dev/null +++ b/ansible_collections/netapp/ontap/changelogs/fragments/DEVOPS-4319.yaml @@ -0,0 +1,2 @@ +bugfixes: + - na_ontap_snapmirror - ``source_path`` and ``source_hostname`` parameters are not mandatory to delete snapmirror relationship when source cluster is unknown, if specified it will delete snapmirror at destination and release the same at source side. if not, it only deletes the snapmirror at destination and will not look for source to perform snapmirror release. |