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

Pick default datastore for extra disks #897

Merged
merged 2 commits into from
Nov 11, 2019
Merged

Commits on Nov 4, 2019

  1. Pick default datastore for extra disks

    When cloning virtual machines it is possible to define additional disks
    to be created. If a datastore is not defined either for the disk or for
    the virtual machine then the creation of the additional virtual machines
    will fail.
    
    This change introduces a fallback where if a datastore is not set we
    pick the first datastore found that is associated with the virtual
    machine.
    Kyriakos Oikonomakos committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    51e9266 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Move the fallback logic

    Kyriakos Oikonomakos committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    97de16e View commit details
    Browse the repository at this point in the history