Blame SOURCES/0136-RHBZ-1335746-clear-chkr-msg.patch

027535
---
027535
 multipathd/main.c |    2 ++
027535
 1 file changed, 2 insertions(+)
027535
027535
Index: multipath-7.2.z/multipathd/main.c
027535
===================================================================
027535
--- multipath-7.2.z.orig/multipathd/main.c
027535
+++ multipath-7.2.z/multipathd/main.c
027535
@@ -1257,6 +1257,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);