Uh oh!
There was an error while loading. Please reload this page.
CLOUDSTACK-6181: Add 'root disk size' field in instance wizard for KVM templates - #1342
Merged
Merged
Conversation
DaanHoogland
commented
Jan 15, 2016
Contributor
the jenkins failure is due to an old and unrelated licensing issue. |
DaanHoogland
commented
Jan 16, 2016
Contributor
LGTM based on code and function- manual test (see screen print) @wilderrodrigues@remibergsma You guys have any use for this too? (hint intended) |
remibergsma
commented
Jan 16, 2016
Contributor
@ustcweizhou@DaanHoogland Will test this soon. Can you please add that the size that one needs to specify is in GB? Didn't look so I had to look that up ;-) |
remibergsma
commented
Jan 16, 2016
Contributor
Contributor
There was a problem hiding this comment.
Should become if(custom){//logic} to avoid empty condition
ustcweizhouforce-pushed
the
root-disk-size-ui
branch
from
January 21, 2016 21:24
cb98a11 to
69b8bacCompareyadvr
commented
Jan 27, 2016
Member
LGTM |
yadvr
commented
Jan 27, 2016
Member
@ustcweizhou please add the "GB" label after the string, then we can merge this. Thanks. |
…M templates This commit includes three changes: (1) Revert commit 13bf1ec to show the 'root disk size' field (2) Set the default value from '1' to empty. This also changes the default value of customized service offerings from '1' to empty. (3) show 'root disk size' field only when users choose a KVM template, as cloudstack supports deployvm with rootdisksize on KVM only.
ustcweizhouforce-pushed
the
root-disk-size-ui
branch
from
January 27, 2016 22:30
69b8bac to
3822be5Compareustcweizhou
commented
Jan 27, 2016
ContributorAuthor
add (GB) to the label. Please test it. |
yadvr
commented
Jan 28, 2016
Member
cc @remibergsma requires merging on 4.6 and consequent fwd merges |
asfgit pushed a commit
that referenced
this pull request
Jan 28, 2016
CLOUDSTACK-6181: Add 'root disk size' field in instance wizard for KVM templatesThis commit includes three changes: (1) Revert commit 13bf1ec to show the 'root disk size' field (2) Set the default value from '1' to empty. This also changes the default value of customized service offerings from '1' to empty. (3) show 'root disk size' field only when users choose a KVM template, as cloudstack supports deployvm with rootdisksize on KVM only. * pr/1342: CLOUDSTACK-6181: Add 'root disk size' field in instance wizard for KVM templates Signed-off-by: Remi Bergsma <github@remi.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This commit includes three changes:
(1) Revert commit 13bf1ec to show the 'root disk size' field
(2) Set the default value from '1' to empty. This also changes the default value of customized service offerings from '1' to empty.
(3) show 'root disk size' field only when users choose a KVM template, as cloudstack supports deployvm with rootdisksize on KVM only.