Skip to content

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