cdfgallo opened a new issue, #6627:
URL: https://github.com/apache/cloudstack/issues/6627
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Bug Report
##### COMPONENT NAME
~~~
UI
~~~
##### CLOUDSTACK VERSION
~~~
4.17.0.1 on CentOS 7
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
N/A
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
CentOS 7
##### SUMMARY
<!-- Explain the problem/feature briefly -->
When change the compute offering on a VM from the UI it fails with error
"You cannot pass in a custom disk size to a non-custom disk offering.". This
happens with every time you change the compute offering through the cloudstack
web UI.
This seems to happens because it send via API the parameter
"details[0].rootdisksize" which cause the issue.
A workaround we found is to write "null" in the disk size parameter when
changing the compute offering
##### STEPS TO REPRODUCE
<!-- Paste example playbooks or commands between quotes below -->
~~~
Change a compute offering through cloudstack web UI on a powered off vm
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
The compute offering is changed
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
error "You cannot pass in a custom disk size to a non-custom disk offering."
~~~
--
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]