#Run a snapmirror resync
1 messages · Page 1 of 1 (latest)
- name: Inititalize ONTAP/ONTAP SnapMirror a
netapp.ontap.na_ontap_snapmirror:
state: present
source_endpoint:
path:
destination_endpoint:
path:
relationship_state: active
hostname:
username:""
password: ""
https: "true"
validate_certs: "false"
@lyric gyro what is the exact error that you received?
what is your path:? For SVM DR it should be SVN name followed by a colon, e.g. dest_svm:
Also please post your YAML file with proper indentation, as wrong indentation can also be source for errors