-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: tools: restore crmadmin default timeout to 30 seconds
Regression introduced in 2.1.5 via a6ec43e That commit switched to using synchronous (blocking) IPC when timeout was set to 0 (the default, which previously meant use 30s). That was a change in behavior that was a bad idea if someone is calling it in a script. This still allows the user to explicitly specify --timeout=0 to get the blocking behavior.
- Loading branch information
Showing
2 changed files
with
17 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ crmadmin [options] [node] | |
|
||
/the Pacemaker controller/ | ||
.SH OPTIONS | ||
|
||
/query information/ | ||
.SH NOTES |
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