When multipathd started up, it didn't add any existing devices to the wwids file. Because of this, devices that were always set up in the initramfs were not counted as valid multipath devices, and checking if one of their paths was a multipath path device gave the incorrect answer. This patch makes multipath add those devices when it does its initial configuration on startup. Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- multipathd/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/multipathd/main.c b/multipathd/main.c index f6e68e8..440d254 100644 --- a/multipathd/main.c +++ b/multipathd/main.c @@ -1357,6 +1357,7 @@ configure (struct vectors * vecs, int start_waiters) sync_maps_state(mpvec); vector_foreach_slot(mpvec, mpp, i){ + remember_wwid(mpp->wwid); update_map_pr(mpp); } -- 1.8.2 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel