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

ensure that /dev has settled before operating #3195

Merged
merged 1 commit into from
Oct 4, 2018

Commits on Oct 1, 2018

  1. ensure that /dev has settled before operating

    Minikube automount relies on a VM disk to be mounted (usually /dev/sda)
    to provide .ssh credentials.
    
    This commit adds a dependency on systemd-udev-settle to ensure that all devices
    (including disks) are up and available before executing the mount
    script.
    
    We use systemd-udev-settle
    https://github.com/systemd/systemd/blob/master/units/systemd-udev-settle.service.in
    
    To ensure this. Note that in the above link, we can read a comment
    stating that systemd-udev-settle is used to ensure a populated /dev
    during bootup, which is exaclty what we want.
    
    Signed-off-by: David Genest <david.genest@gmail.com>
    davidovich committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    bb07acd View commit details
    Browse the repository at this point in the history