1 Star 0 Fork 26

PshySimon / rasdaemon

forked from src-openEuler / rasdaemon 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
bugfix-fix-disk-error-log-storm.patch 755 Bytes
Copy Edit Raw Blame History
xujing authored 2022-01-17 12:01 . Update software to v0.6.7
From 38b9c016f7c301435f9e7ba22678a664cca394a7 Mon Sep 17 00:00:00 2001
From: xujing <xujing99@huawei.com>
Date: Fri, 19 Mar 2021 18:32:08 +0800
Subject: [PATCH] rasdaemon: fix disk error log storm
reason: fix disk error log storm
---
misc/rasdaemon.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/rasdaemon.service.in b/misc/rasdaemon.service.in
index e73a08a..04a0489 100644
--- a/misc/rasdaemon.service.in
+++ b/misc/rasdaemon.service.in
@@ -4,7 +4,7 @@ After=syslog.target
[Service]
EnvironmentFile=@SYSCONFDEFDIR@/rasdaemon
-ExecStart=@sbindir@/rasdaemon -f -r
+ExecStart=@sbindir@/rasdaemon -f
ExecStartPost=@sbindir@/rasdaemon --enable
ExecStop=@sbindir@/rasdaemon --disable
Restart=on-abort
--
2.23.0
1
https://gitee.com/pshysimon/rasdaemon.git
git@gitee.com:pshysimon/rasdaemon.git
pshysimon
rasdaemon
rasdaemon
master

Search

53164aa7 5694891 3bd8fe86 5694891