You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
multipathd/main.c | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
|
|
|
|
|
|
|
Index: multipath-tools-130222/multipathd/main.c
|
|
|
|
===================================================================
|
|
|
|
--- multipath-tools-130222.orig/multipathd/main.c
|
|
|
|
+++ multipath-tools-130222/multipathd/main.c
|
|
|
|
@@ -1270,6 +1270,8 @@ check_path (struct vectors * vecs, struc
|
|
|
|
newstate = path_offline(pp);
|
|
|
|
if (newstate == PATH_UP)
|
|
|
|
newstate = get_state(pp, 1);
|
|
|
|
+ else
|
|
|
|
+ checker_clear_message(&pp->checker);
|
|
|
|
|
|
|
|
if (newstate == PATH_WILD || newstate == PATH_UNCHECKED) {
|
|
|
|
condlog(2, "%s: unusable path", pp->dev);
|