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

Add disk size #278

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add disk size #278

wants to merge 4 commits into from

Conversation

st02tkh
Copy link

@st02tkh st02tkh commented Feb 17, 2019

Add disk_size parameter to specify desired VM disk size (in GB)

@st02tkh
Copy link
Author

st02tkh commented Feb 17, 2019

Current master doesn't pass tests in the same way as this PR.

@rgl
Copy link

rgl commented May 27, 2019

This would be even greater if it had support for multiple disks, like with a disks array, that would also allow one to set the disk size, datastore, format (like govc vm.disk.create, or using the other *.disk.create variants), etc, e.g.:

disks: [
  {size: "20G", name: "sda", thick: false},
  {size: "30G", name: "sdb", thick: false},
]

@CollinLeishman
Copy link

Hey there @st02tkh, did this get bailed on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants