Skip to content

Commit

Permalink
35coreos-multipath: enter emergency.target if multipathd bootfs times…
Browse files Browse the repository at this point in the history
… out

This should be the default in almost all our initramfs systemd units.
Otherwise we'll keep limping on and other spurious errors might mislead
users.
  • Loading branch information
jlebon committed Mar 31, 2023
1 parent 668d24e commit 712bdca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ After=dev-disk-by\x2dlabel-dm\x2dmpath\x2dboot.device
Requires=multipathd.service
After=multipathd.service

OnFailure=emergency.target
OnFailureJobMode=isolate

# This is already enforced transitively by coreos-gpt-setup.service, but
# let's be more explicit and list it directly here too.
Before=coreos-ignition-setup-user.service
Expand Down

0 comments on commit 712bdca

Please sign in to comment.