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

machine-id-setup: Generate stable machine IDs on Xen virtual machines. #363

Merged
merged 3 commits into from
Jan 26, 2024

Commits on Jan 25, 2024

  1. id128-util: Attempt to read UUID from /sys/hypervisor/uuid

    When using the Xen hypervisor the virtual machine UUID is exposed here.
    This is useful when one needs stable IPv4 address assignment, e.g. for a
    set of RAM nodes that are built from a template.
    
    (cherry picked from commit d2f2c20)
    RA-Kooi committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3cdbbce View commit details
    Browse the repository at this point in the history
  2. machine-id-setup: Generate stable machine IDs based on Xen hypervisor…

    … UUID
    
    (cherry picked from commit 98d550b)
    RA-Kooi committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    653eb1b View commit details
    Browse the repository at this point in the history
  3. man: Describe how machine ID is initialized on Xen

    (cherry picked from commit 9fe1f1c)
    RA-Kooi committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bf046b6 View commit details
    Browse the repository at this point in the history