cloudstack/agent
Edison Su f497c7c031 Bug: HA takes a lot of time to migrate VMs (trigger HA) to another KVM
host if there are multiple storage pools in a cluster.

The issue is as follows:
1. When CloudStack detects that a host is not responding to ping
requests it'll send a fence command for this host to another host in the
cluster.
2. The agent takes a long time to respond to this check if the storage
is fenced. This is because the agent checks if the first host is writing
to its heartbeat file on all pools in the cluster. It is doing this in a
sequential manner on all storage pool.

Making a fix to get rid of sleep, wait during HA. The behavior is now
similar to Xenserver.

RB: https://reviews.apache.org/r/6133/
Send-by:devdeep.singh@citrix.com
2012-07-25 10:17:09 -07:00
..
bindir committing Chip Childers patches fixing licensing headers 2012-06-12 12:32:58 -04:00
conf Remove cloud-daemonize and use JSVC 2012-07-24 19:32:39 +02:00
distro init: log_process_msg doesn't work, so use log_daemon_msg for that. 2012-07-25 14:56:30 +02:00
doc Source code committed 2010-08-11 09:13:29 -07:00
scripts committing Chip Childers patches fixing licensing headers 2012-06-12 12:32:58 -04:00
src/com/cloud/agent Bug: HA takes a lot of time to migrate VMs (trigger HA) to another KVM 2012-07-25 10:17:09 -07:00
test/com/cloud/agent agent: Replace tabs by 4 spaces 2012-06-23 11:16:16 +02:00
.classpath fixed eclipse classpath 2011-08-31 13:35:37 -07:00
.project Bug 9479 - provide option for built in https 2011-09-01 16:01:28 -07:00