diff --git a/mantle/kola/tests/misc/multipath.go b/mantle/kola/tests/misc/multipath.go index 5c9c865faf..a31dfc5cce 100644 --- a/mantle/kola/tests/misc/multipath.go +++ b/mantle/kola/tests/misc/multipath.go @@ -62,6 +62,9 @@ systemd: ConditionFirstBoot=true Requires=dev-mapper-mpatha.device After=dev-mapper-mpatha.device + # See https://github.com/coreos/coreos-assembler/pull/2457 + # and https://github.com/openshift/os/issues/743 + After=ostree-remount.service Before=kubelet.service DefaultDependencies=no @@ -78,8 +81,6 @@ systemd: contents: | [Unit] Description=Mount /var/lib/containers - # See https://github.com/coreos/coreos-assembler/pull/2457 - After=ostree-remount.service After=mpath-var-lib-containers.service Before=kubelet.service