When you reconfigure multipathd, it needs to set the daemon flag in the new config structure, so that the daemon only-code will still work. Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- multipathd/main.c | 1 + 1 file changed, 1 insertion(+) Index: multipath-tools-100510/multipathd/main.c =================================================================== --- multipath-tools-100510.orig/multipathd/main.c +++ multipath-tools-100510/multipathd/main.c @@ -1198,6 +1198,7 @@ reconfigure (struct vectors * vecs) conf->checkint = DEFAULT_CHECKINT; conf->max_checkint = MAX_CHECKINT(conf->checkint); } + conf->daemon = 1; configure(vecs, 1); free_config(old); return 0; -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel