cloudstack/plugins/hypervisors/xen
Devdeep Singh 5a67a6f1a2 CLOUDSTACK-3443: Timeoffset on windows guest not persisted between VM stop and start on XenServer.
The problem was because in cloudstack when a vm is stopped it gets destroyed on the host. For a
windows vm the timeoffset (which can be set by changing the timezone from within the vm) is stored
in the platform:timeoffset attribute of vm record. The information is lost when the vm is destroted.
Made change to read and persist the platform:timeoffset vm attribute when an instance is stopped.
The value is persisted in the user_vm_details table. When the vm is started again the attribute is
set for the vm instance that gets created.
2013-07-10 17:56:19 +05:30
..
src CLOUDSTACK-3443: Timeoffset on windows guest not persisted between VM stop and start on XenServer. 2013-07-10 17:56:19 +05:30
test/com/cloud/hypervisor/xen/resource CLOUDSTACK-2502: Scalevm and over provisioning should respect each other 2013-06-13 16:30:56 +05:30
pom.xml CLOUDSTACK-1317: Bump CloudStack package version to 4.2.0-SNAPSHOT in all poms 2013-02-20 16:42:56 +05:30