Skip to content

Add disk size - #278

Open
st02tkh wants to merge 4 commits into
nsidc:masterfrom
st02tkh:add-disk-size
Open

Add disk size#278
st02tkh wants to merge 4 commits into
nsidc:masterfrom
st02tkh:add-disk-size

Conversation

@st02tkh

@st02tkh st02tkh commented Feb 17, 2019

Copy link
Copy Markdown

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

@st02tkh

st02tkh commented Feb 17, 2019

Copy link
Copy Markdown
Author

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

@rgl

rgl commented May 27, 2019

Copy link
Copy Markdown

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
Copy Markdown

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