ansible-collections / netapp.ontap

Ansible collection to support NetApp ONTAP configuration.
https://galaxy.ansible.com/netapp/ontap
GNU General Public License v3.0
57 stars 37 forks source link

quiesce take longer than expected in some situation #223

Open holylai830830 opened 2 months ago

holylai830830 commented 2 months ago

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:

carchi8py commented 2 months ago

We have story 7091 open for this.

holylai830830 commented 2 months ago

we are facing such issue in one or our DR solution , may i know any workaround for mentioned issue?