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

Disable root volume validation #220

Merged

Commits on Nov 5, 2021

  1. Disable root volume validation

    The firecracker docs say that only you can only specific either a root
    volume or an initrd. However, when we remove the root volume and only
    have initrd the mvm will not start.
    
    We are not entirely sure what is happening yet, so for now we are going
    to disable the validation and continue using both a root vol and
    initrd. It's more of a guideline than an actual rule anyway ;)
    
    There is a separate ticket to track the investigation and potential fix
    here: liquidmetal-dev#219
    
    (Also added a missing test, the removed bit also was not covered so we
    should remember to add one when/if we put it back)
    Callisto13 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    5d73ebe View commit details
    Browse the repository at this point in the history