mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
* Fix NPE while cloudstack agent failed to connect to mgt server If `ramOvercommitRatio` field is missing in user_vm_details table is missing then agent throws NPE after restarting It is because in user_vm_details, there are 'cpuOvercommitRatio' for all vms, but for vms the field 'ramOvercommitRatio' is missing in the table. * code feedback