weizhouapache opened a new issue, #6585:
URL: https://github.com/apache/cloudstack/issues/6585
This impacts 4.17 and main branch.
steps to reproduce the issue
- open deploy vm wizard
- click 'Override root disk offering'
- choose a 'Custom' disk offeirng
- input 'Root disk size (GB)' in the 'Override root disk offering' section
(e.g. 10GB)
- deploy vm.
expected result: deploy vm with root disk size = 10GB
actual result: error: "VM Creation failed. Volume size: -1GB is out of
allowed range. Max: 1024 Min:1"
I checked the log, the API request does not have 'rootdisksize'. so it seems
to be a UI bug.
zoneid=d42cdbd9-b507-4355-8b03-fe8cfa877529&boottype=BIOS&bootmode=LEGACY&templateid=8c2be286-e7c3-11ec-8653-1e007b000350&hypervisor=KVM&startvm=true&serviceofferingid=2bff76dc-e94d-4616-807a-282ca4415739&overridediskofferingid=6778c653-55fc-4b9e-a035-38d1ce3dd683&diskofferingid=6778c653-55fc-4b9e-a035-38d1ce3dd683&size=2&affinitygroupids=&iptonetworklist[0].networkid=ddbeeef4-2998-4084-8354-2eb0218dd493&keypairs=&name=admin-003&displayname=admin-003&command=deployVirtualMachine&response=json
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Bug Report
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
UI
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
##### SUMMARY
<!-- Explain the problem/feature briefly -->
##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
~~~
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]