The multipath devices need to be deactivated before iscsi is shutdown, otherwise the multipath devices will generate a lot of error messages when it loses its iscsi path devices. Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> --- multipathd/multipathd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/multipathd/multipathd.service b/multipathd/multipathd.service index b5b755b..fc2e009 100644 --- a/multipathd/multipathd.service +++ b/multipathd/multipathd.service @@ -1,5 +1,6 @@ [Unit] Description=Device-Mapper Multipath Device Controller +Requires=blk-availability.service Before=iscsi.service iscsid.service lvm2-activation-early.service Before=local-fs-pre.target After=multipathd.socket -- 1.8.3.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel