Skip to content

Commit

Permalink
coreos-propagate-multipath-conf: trigger emergency.target on failure
Browse files Browse the repository at this point in the history
We have this in all our units right now we consider critical. This is
one of them.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=1974411
  • Loading branch information
jlebon committed Jun 29, 2021
1 parent 05a6946 commit 4d96eaa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Before=initrd.target

ConditionKernelCommandLine=rd.multipath=default

OnFailure=emergency.target
OnFailureJobMode=isolate

[Service]
Type=oneshot
ExecStart=/usr/sbin/coreos-propagate-multipath-conf
Expand Down

0 comments on commit 4d96eaa

Please sign in to comment.