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

Fix failure when booting KIS via NBD #2329

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Commits on Jul 20, 2023

  1. Fix failure when booting KIS via NBD

    In the NBD booting case, the function initGlobalDevices in
    kiwi-overlay-root.sh runs the command ndb-client to connect the remote NBD
    share to the device /dev/nbd0. The script parse-kiwi-overlay.sh, on the
    other hand, incorrectly parses overlay:nbd=ip:export to /dev/ip/export,
    leading to the system waiting for /dev/ip/export to appear. This commit
    corrects the problem.
    
    With this change NDB booting of KIS images now succeeds, although only if
    the ndb package is added to the appliance description.
    Glidos authored and Paul Gardiner committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b1ab93e View commit details
    Browse the repository at this point in the history