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

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