levindecaro commented on issue #4628: URL: https://github.com/apache/cloudstack/issues/4628#issuecomment-768919123
the original VM has the following option preset, when i try to create a template from this VM's Volume, it tried to inject kvm.vnc.address and kvm.vnc.port into vm_template_details, however it failed to inject kvm.vnc.address with NULL, so i changed the value field to NULLABLE to workaround this problem, but not sure it is expected behaviour or due to the upgrade. ``` memoryOvercommitRatio 1.0 Message.ReservedCapacityFreed.Flag true cpuOvercommitRatio 12 rootDiskController scsi ``` ---------------------------------------------------------------- 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]
