Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rhcos-4.9] ignition-ostree-uuid-root.service: add stricter ordering #1527

Merged
merged 1 commit into from
Feb 16, 2022

Commits on Feb 16, 2022

  1. ignition-ostree-uuid-root.service: add stricter ordering

    In the multipath case, we're mounting
    `/dev/disk/by-label/dm-mpath-root`, not `by-label/root`.
    
    Also order against `sysroot.mount` because in the general case, there's
    actually nothing that prevents the restamping to run at the same time as
    the mount AFAICT if the `root` karg points to some other device path we
    didn't predict.
    
    See: openshift/os#683 (which hopefully this
    fixes).
    
    (cherry picked from commit 11a11bc)
    jlebon committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    4b580ee View commit details
    Browse the repository at this point in the history