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

Update stonith-timeout value according to GCP official document #274

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

badboywj
Copy link
Collaborator

@badboywj badboywj commented Sep 26, 2024

stonith-timeout is set to 600s for qe-sap-deployment Ansible GCP native fencing, and it is probably typo according to the code:

- name: Set stonith timeout [native - gcp]
  ansible.builtin.command:
    cmd: >-
      crm configure property
      $id="cib-bootstrap-options"
      stonith-timeout=600s        <---- set to 600s
  when:
    - stonith_timeout != '300s'   <----- condition is 300s
    - is_primary

and it also suggests to 300s in the official documentation
https://cloud.google.com/solutions/sap/docs/sap-hana-scaleout-ha-tf-deployment?hl=it

Copy link
Collaborator

@mpagot mpagot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@alvarocarvajald alvarocarvajald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@alvarocarvajald alvarocarvajald merged commit 4207362 into SUSE:main Sep 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants