-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic switch of ras events support.
Rasdaemon does not support a way to disable some events by config. If user want to disable specified event(eg:block_rq_complete), he should recompile rasdaemon, which is not so convenient. This patch add dynamic switch of ras event support.You can add events you want to disabled in /etc/sysconfig/rasdaemon.For example, `DISABLE="ras:mc_event,block:block_rq_complete"`.Then restart rasdaemon, these two events will be disabled without recompilation.
- Loading branch information
caixiaomeng 00662745
authored and
root
committed
Nov 30, 2023
1 parent
cfabd93
commit cb51b3d
Showing
2 changed files
with
41 additions
and
17 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