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

Hop to the correct label when reboot is requested. #755

Merged
merged 1 commit into from Oct 20, 2023
Merged

Commits on Oct 20, 2023

  1. Hop to the correct label when reboot is requested.

    In #674 we changed the label which initiated reboot from `reboot` to
    `prep_reboot`. We do reboot in 2 cases:
    
    1. When setting up host
    2. On VmHost.incr_reboot
    
    We had updated the label to be hopped at for case 1, but we had missed
    updating the label for case 2. This PR fixes that.
    
    To initiate reboot, you can do `vm_host.incr_reboot`.
    pykello committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    37060c5 View commit details
    Browse the repository at this point in the history