GitHub user NuxRo added a comment to the discussion: Changing compute offering
/ scaling VM and root disk
@DaanHoogland perhaps `resizeVolume` is the culprit here.
GitHub link:
https://github.com/apache/cloudstack/discussions/8578#discussioncomment-8565785
This is an automatically sent
GitHub user DaanHoogland added a comment to the discussion: Changing compute
offering / scaling VM and root disk
Do you mean that the the user can still call `updateDiskOffering` despite it
being denied in their role?
With thin provisioning the initial size should be just what is really used a
GitHub user vonlo123 added a comment to the discussion: Changing compute
offering / scaling VM and root disk
We solved this issue by denying _updateDIskOffering_
`disk offering strictness` needs to be set to `false`
But this only works when the root disk in the compute offering has the
_Pro
GitHub user vonlo123 added a comment to the discussion: Changing compute
offering / scaling VM and root disk
Hello @weizhouapache
we have changed the setting to `true` but the problem still remains. We can
only choose a different compute offering when `disk offering strictness` is set
to `fa
GitHub user weizhouapache added a comment to the discussion: Changing compute
offering / scaling VM and root disk
@vonlo123
there is a global setting `allow.diskoffering.change.during.scale.vm`
you can change the value to `true` and retry
GitHub link:
https://github.com/apache/cloudstack/dis
GitHub user DaanHoogland added a comment to the discussion: Changing compute
offering / scaling VM and root disk
@vonlo123 , did you investigate restricting the API for adjusting the
diskoffering?
I expect you would want to disallow the use of
https://cloudstack.apache.org/api/apidocs-4.18/ap