-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dev: ra: Prevent to add unknown operation
- When adding unknown operation, sanity check should give an error instead of a warning - And sanity check will return a big number to indicate this is a fatal error, so that the commit process will be aborted
- Loading branch information
1 parent
155bd2c
commit 5d54ee1
Showing
3 changed files
with
8 additions
and
2 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 |
---|---|---|
|
@@ -453,4 +453,6 @@ | |
|
||
PCMK_SERVICE = "pacemaker.service" | ||
SBD_SERVICE = "sbd.service" | ||
|
||
SANITY_FATAL_RC = 100 | ||
# vim:ts=4:sw=4:et: |
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