Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quiesce take longer than expected in some situation #223

Open
holylai830830 opened this issue Sep 16, 2024 · 2 comments
Open

quiesce take longer than expected in some situation #223

holylai830830 opened this issue Sep 16, 2024 · 2 comments
Labels
enhancement New feature or request Jira Has an Internal Jira Story

Comments

@holylai830830
Copy link

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:

  • name: Break SnapMirror
    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
@carchi8py carchi8py added enhancement New feature or request Jira Has an Internal Jira Story labels Sep 16, 2024
@carchi8py
Copy link
Contributor

We have story 7091 open for this.

@holylai830830
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Jira Has an Internal Jira Story
Projects
None yet
Development

No branches or pull requests

2 participants