You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to use module na_ontap_snapmirror to break a sm relationship , it will quiesce before broken off , but quiesce take longer than expected > 15 minutes .
but the wait_for_quiesced_status fuction only allow wait for 25 sec which result playbook task fail "Taking a long time to quiesce SnapMirror relationship, try again later"
will there possible to let user specfiy a longer wait time for quiesce job
Summary
when i try to use module na_ontap_snapmirror to break a sm relationship , it will quiesce before broken off , but quiesce take longer than expected > 15 minutes .
but the wait_for_quiesced_status fuction only allow wait for 25 sec which result playbook task fail "Taking a long time to quiesce SnapMirror relationship, try again later"
will there possible to let user specfiy a longer wait time for quiesce job
Component Name
na_ontap_snapmirror
Additional Information
--
name: Break snapmirror
hosts: localhost
tasks:
netapp.ontap.na_ontap_snapmirror:
state: present
relationship_state: broken
source_path: "iSCSI_SVM:Snap_2T_PROD_ReSynctoPROD"
destination_path: "GWS_svm:Snap_2T_PROD_ReSynctoPROD_dest_demo"
hostname: "192.168.148.4"
username: "admin"
password: "P@ssw0rd"
https: true
validate_certs: false
The text was updated successfully, but these errors were encountered: