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

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