-
We are having problems implementing our idea regarding the compute offerings. We want to use offerings with a fixed amount of CPU, RAM and local storage so that the KVM host is utilized in the best possible way. We want to avoid a situation where a few VMs with little CPU/RAM consume the entire storage of the host so that the storage is fully booked but the CPU and RAM are not utilized. That would be a waste of resources. Of course, we also want to offer the customer the option of changing the compute offering if they need more resources for their VM. But after some testing, we have now come to the conclusion that changing an offering/scaling a VM is only possible if Disk offering strictness is set to false in the initial (and target) compute offering of the VM. Is there a solution to this? Did we miss anything? Version 4.18.1.0 with KVM |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@vonlo123 , did you investigate restricting the API for adjusting the diskoffering? I am not sure what you have configured in terms of roles, but expect you can work with those. |
Beta Was this translation helpful? Give feedback.
-
@vonlo123 |
Beta Was this translation helpful? Give feedback.
-
We solved this issue by denying updateDIskOffering But this only works when the root disk in the compute offering has the Provisioning type fat. With thin provisioning I still can resize the disk. |
Beta Was this translation helpful? Give feedback.
We solved this issue by denying updateDIskOffering
disk offering strictness
needs to be set tofalse
But this only works when the root disk in the compute offering has the Provisioning type fat. With thin provisioning I still can resize the disk.
It looks like a bug...