Blame SOURCES/0137-RHBZ-1280524-clear-chkr-msg.patch

027535
---
027535
 multipathd/main.c |    2 ++
027535
 1 file changed, 2 insertions(+)
027535
c896fb
Index: multipath-tools-130222/multipathd/main.c
027535
===================================================================
c896fb
--- multipath-tools-130222.orig/multipathd/main.c
c896fb
+++ multipath-tools-130222/multipathd/main.c
c896fb
@@ -1270,6 +1270,8 @@ check_path (struct vectors * vecs, struc
027535
 	newstate = path_offline(pp);
027535
 	if (newstate == PATH_UP)
027535
 		newstate = get_state(pp, 1);
027535
+	else
027535
+		checker_clear_message(&pp->checker);
027535
 
027535
 	if (newstate == PATH_WILD || newstate == PATH_UNCHECKED) {
027535
 		condlog(2, "%s: unusable path", pp->dev);