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

daisy/: added variable parsing to resize-disk. #1280

Merged

Commits on Jul 7, 2020

  1. daisy/: added variable parsing to resize-disk.

    Currently, the resize-disk commmand can only take integer input and
    cannot parse variables in a workflow. In order to allow variables in
    this command, a new field "SizeGbVar string" is added, and then its
    value is converted into int64 and stored in the original "SizeGb int64"
    field. In this way, everything else except the ResizeDisk struct fields and
    populate function remains untouched.
    hegao12 committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    a8504f2 View commit details
    Browse the repository at this point in the history