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

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