slavkap commented on pull request #4878: URL: https://github.com/apache/cloudstack/pull/4878#issuecomment-865555942
@GutoVeronezi, I've tested this with few use cases, and it works as expected. However, I've hit one problem, but not sure if it has to be fixed in this PR: - Create unconstrained service offering - disable `enable.dynamic.scale.vm` - Deploy VM with the new offering - enable `enable.dynamic.scale.vm` - update VM with `isdynamicallyscalable=true` - try to scale the VM This error occurs > 2021-06-22 07:46:02,730 WARN [resource.wrapper.LibvirtScaleVmCommandWrapper] (agentRequest-Handler-5:null) (logid:8f9fc53e) Unable to scale com.cloud.agent.api.to.VirtualMachineTO@495dee84 memory to [2097152 KiB] and cpu cores to [4] due to [unsupported configuration: cannot use/hotplug a memory device when domain 'maxMemory' is not defined]. > org.libvirt.LibvirtException: unsupported configuration: cannot use/hotplug a memory device when domain 'maxMemory' is not defined -- 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. For queries about this service, please contact Infrastructure at: [email protected]
