32 lines
1006 B
Diff
32 lines
1006 B
Diff
From e42b57adeac96c7d39b1c032ab3b66b7eff18cc8 Mon Sep 17 00:00:00 2001
|
|
From: Yan Wang <wangyan122@huawei.com>
|
|
Date: Tue, 29 Mar 2022 15:18:56 +0800
|
|
Subject: [PATCH 2/2] Revert "monitor: limit io error qmp event to at most once
|
|
per 60s"
|
|
|
|
This reverts commit 44f45b5c163efed5387dac40e229e0a50bf5921a.
|
|
|
|
The commit 44f45b5c will reduse the IO-hang related log, which
|
|
is useful to solve the problem.
|
|
|
|
Signed-off-by: Yan Wang <wangyan122@huawei.com>
|
|
---
|
|
monitor/monitor.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/monitor/monitor.c b/monitor/monitor.c
|
|
index 28206bedc4..257ef4ee54 100644
|
|
--- a/monitor/monitor.c
|
|
+++ b/monitor/monitor.c
|
|
@@ -301,7 +301,6 @@ static MonitorQAPIEventConf monitor_qapi_event_conf[QAPI_EVENT__MAX] = {
|
|
[QAPI_EVENT_QUORUM_FAILURE] = { 1000 * SCALE_MS },
|
|
[QAPI_EVENT_VSERPORT_CHANGE] = { 1000 * SCALE_MS },
|
|
[QAPI_EVENT_MEMORY_DEVICE_SIZE_CHANGE] = { 1000 * SCALE_MS },
|
|
- [QAPI_EVENT_BLOCK_IO_ERROR] = { 60L * 1000 * SCALE_MS },
|
|
};
|
|
|
|
/*
|
|
--
|
|
2.27.0
|
|
|