-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev: sbd: Adjust timeout related values
* Consolidate sbd timeout related methods/constants/formulas into class SBDTimeout * Adjust stonith-timeout value, formulas are: stonith-timeout >= 1.2 * (pcmk_delay_max + msgwait) # for disk-based sbd stonith-timeout >= 1.2 * max(stonith_watchdog_timeout, 2*SBD_WATCHDOG_TIMEOUT) # for disk-less sbd stonith-timeout >= max(STONITH_TIMEOUT_DEFAULT, token+consensus) # for all situations * Adjust SBD_DELAY_START value, formulas are: SBD_DELAY_START = no # for non virtualization environment or non-2node cluster, which is the system default SBD_DELAY_START >= (token + consensus + pcmk_delay_max + msgwait) # for disk-based sbd SBD_DELAY_START >= (token + consensus + 2*SBD_WATCHDOG_TIMEOUT) # for disk-less sbd * pcmk_delay_max=30 # only for the single stonith device in the 2-node cluster without qdevice pcmk_delay_max deletion # only for the single stonith device, not in the 2-node cluster without qdevice
- Loading branch information
1 parent
caa0b2a
commit c4ab4ab
Showing
6 changed files
with
424 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.