You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen some failure cases where when ostree-prepare-root.service fails, it ends up getting retried (not totally sure how)...and what happens is we get:
error: Failed to create /run/ostree: File exists
And that combined with other noise makes the real error scroll off the TTY...
So...I think we need to dig in and try to;
Ensure our unit doesn't get rerun
Try to add cleanup/idempotence on failure so we can rerun (a good bit harder)
The text was updated successfully, but these errors were encountered:
This is stronger than the default (`replace`) because it tells systemd
to *stop everything* and go to `emergency.target`. In other codebases,
this has definitely helped me with the problem of "systemd keeps going
even after a failure".
Likely addresses ostreedev#3219.
See also e.g. coreos/ignition-dracut@3d2e165.
I've seen some failure cases where when
ostree-prepare-root.service
fails, it ends up getting retried (not totally sure how)...and what happens is we get:error: Failed to create /run/ostree: File exists
And that combined with other noise makes the real error scroll off the TTY...
So...I think we need to dig in and try to;
The text was updated successfully, but these errors were encountered: