cloudstack/engine
Koushik Das f138192c94 CLOUDSTACK-8606: DB performance impacted due to VM sync.
VM sync. generates a lot of queries on vm_instance table with 'instance_name' as filter. Since the field is not
indexed, these kind of queries will impact DB performance. Added an index for instance_name field.

This closes #553
2015-07-03 10:06:48 +05:30
..
api Implementation for the ability to disable a storage pool for provisioning 2015-05-19 11:16:49 +01:00
components-api CLOUDSTACK-8324: Config drive changes for xenserver 2015-05-28 15:51:50 +05:30
network Updating pom.xml version numbers for release 4.5.2-SNAPSHOT 2015-05-07 15:33:01 +02:00
orchestration Extracting local variable in order to make the code more readable. 2015-06-29 09:59:11 +02:00
schema CLOUDSTACK-8606: DB performance impacted due to VM sync. 2015-07-03 10:06:48 +05:30
service Updating pom.xml version numbers for release 4.5.2-SNAPSHOT 2015-05-07 15:33:01 +02:00
storage CLOUDSTACK-8597. Failed to migrate volume from zone-wide to cluster-wide storage. While live migrating a volume, CS chooses the endpoint to perform the migration by selecting any host that has the storage containing the volume mounted on it. Instead, if the volume is attached to a running VM, the endpoint chosen by CS should be the host that contains the VM. 2015-07-01 12:33:26 +02:00
pom.xml Updating pom.xml version numbers for release 4.5.2-SNAPSHOT 2015-05-07 15:33:01 +02:00