Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions mantle/kola/tests/misc/multipath.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ systemd:
[Unit]
Description=Configure Multipath
ConditionFirstBoot=true
# Services with ConditionFirstBoot=true should use both
# Before= and Wants= on first-boot-complete.target
Before=first-boot-complete.target
Wants=first-boot-complete.target
ConditionPathExists=!/etc/multipath.conf
Before=multipathd.service
DefaultDependencies=no
Expand All @@ -61,6 +65,10 @@ systemd:
[Unit]
Description=Set Up Multipath On /var/lib/containers
ConditionFirstBoot=true
# Services with ConditionFirstBoot=true should use both
# Before= and Wants= on first-boot-complete.target
Before=first-boot-complete.target
Wants=first-boot-complete.target
Requires=dev-disk-by\x2did-dm\x2duuid\x2dmpath\x2d0x0000000000000001.device
After=dev-disk-by\x2did-dm\x2duuid\x2dmpath\x2d0x0000000000000001.device
# See https://github.com/coreos/coreos-assembler/pull/2457
Expand Down
Loading