Blame SOURCES/0203-RHBZ-1363718-add-msgs.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
@@ -337,6 +337,7 @@ ev_add_map (char * dev, char * alias, st
4728c8
 
4728c8
 	if (mpp) {
4728c8
 		if (mpp->wait_for_udev > 1) {
4728c8
+			condlog(2, "%s: performing delayed actions", mpp->alias);
4728c8
 			if (update_map(mpp, vecs))
4728c8
 			/* setup multipathd removed the map */
4728c8
 				return 1;
4728c8
@@ -535,6 +536,7 @@ ev_add_path (struct path * pp, struct ve
4728c8
 		     pp->tpgs == TPGS_IMPLICIT))
4728c8
 			mpp->force_udev_reload = 1;
4728c8
 		else {
4728c8
+			condlog(2, "%s : delaying path addition until %s is fully initialized", pp->dev, mpp->alias);
4728c8
 			mpp->wait_for_udev = 2;
4728c8
 			orphan_path(pp);
4728c8
 			return 0;