30 lines
971 B
Diff
30 lines
971 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Benjamin Marzinski <bmarzins@redhat.com>
|
||
|
Date: Wed, 7 Feb 2018 14:20:11 -0600
|
||
|
Subject: [PATCH] multipathd: change spurious uevent msg priority
|
||
|
|
||
|
The "spurious uevent, path already in pathvec" is not anything to worry
|
||
|
about, so it should not have the error priority.
|
||
|
|
||
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
||
|
---
|
||
|
multipathd/main.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/multipathd/main.c b/multipathd/main.c
|
||
|
index 51e0f5e..7ac59d9 100644
|
||
|
--- a/multipathd/main.c
|
||
|
+++ b/multipathd/main.c
|
||
|
@@ -562,7 +562,7 @@ uev_add_path (struct uevent *uev, struct vectors * vecs, int need_do_map)
|
||
|
if (pp) {
|
||
|
int r;
|
||
|
|
||
|
- condlog(0, "%s: spurious uevent, path already in pathvec",
|
||
|
+ condlog(2, "%s: spurious uevent, path already in pathvec",
|
||
|
uev->kernel);
|
||
|
if (!pp->mpp && !strlen(pp->wwid)) {
|
||
|
condlog(3, "%s: reinitialize path", uev->kernel);
|
||
|
--
|
||
|
2.7.4
|
||
|
|