#Whenever I try to create a Snapmirror
1 messages · Page 1 of 1 (latest)
This is the task which produces a "mirror-vault" with an "sm_created" rule:
netapp.ontap.na_ontap_snapmirror_policy:
state: present
hostname: "{{ backup_cluster }}"
vserver: "{{ vserver_input }}"
policy_name: "testpolicy_async"
policy_type: async_mirror```
Now I got an error which might explain things;
"Error: policy type in REST only supports options async_mirror or sync_mirror, given mirror_vault"
Are async_mirror and mirror-vault perhaps the same thing?
Thanks for reporting, there is already an internal story related this.