The multipathd.service should be started after the .socket, and it requires local-fs-pre to be reached. Otherwise it won't be able to access /sys etc. References: bnc#872712 Signed-off-by: Hannes Reinecke <hare@xxxxxxx> --- multipathd/multipathd.service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multipathd/multipathd.service b/multipathd/multipathd.service index 1ecc151..b5b755b 100644 --- a/multipathd/multipathd.service +++ b/multipathd/multipathd.service @@ -2,8 +2,9 @@ Description=Device-Mapper Multipath Device Controller Before=iscsi.service iscsid.service lvm2-activation-early.service Before=local-fs-pre.target +After=multipathd.socket DefaultDependencies=no -Wants=multipathd.socket +Wants=local-fs-pre.target multipathd.socket Conflicts=shutdown.target [Service] -- 1.8.4.5 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel