#Snapmirror creation issue while using ansible plabook

1 messages · Page 1 of 1 (latest)

idle vine
#

we have got the netapp cluster upgraded to : 9.11.1.
Still we get the error, but this time a newer one i.e. -
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NoneType: None
fatal: [vmu81181.pcs.nl.eu.abnamro.com]: FAILED! => {"changed": false, "msg": "Error creating SnapMirror: calling: snapmirror/relationships: got {'message': 'SVM peer permission not found.', 'code': '13303886'}."} we do have the peer svm configurations done b/w NAS clusters already and the policy created as 'MirrorLatest'.
Let me paste the playbook task which I am running :
name: Backup CLuster snapmirror create
na_ontap_snapmirror:
state: present
hostname: "{{ Backup_cluster_hostname }}"
username: "{{ username }}"
password: "{{ Backup_cluster_password }}"
use_rest: always
force_ontap_version: 9.11.1
source_endpoint:
path: "{{ svm + ':' + finalvolname }}"
destination_endpoint:
path: "{{ Backup_svm + ':' + backup_finalvolname }}"
schedule: daily
policy: MirrorLatest
validate_certs: "{{ validate_certs | default ('false') }}"
https: true Kindly share your kind suggestions on this to fix it ..looking forward..Thanks!