cloudstack/server/src/com/cloud/ha
Alex Huang a3b2f3d118 bug 13478: added exception printing. Reviewed-by: Anthony 2012-02-09 16:50:27 -08:00
..
dao bug 10094: The problem was we added code that won't add any more ha work items if it already has one. However, that is wrong. HA Manager stores the existing snapshot of the VM state machine. Before working on HA for a VM, it checks to see if that snapshot has been changed. So by not scheduling HA work, we've effectively made HA not work under multi-failure situations. I've fixed by removing that code and instead at the time of performing HA, do a quick check to see if there are pwork underway for the same VM and work scheduled in the future for that VM. If there are work scheduled in the future, then we simply cancel the current work. If there are already work underway, then we retry again in 1 minute. 2011-06-12 09:25:48 -07:00
AbstractInvestigatorImpl.java Bug 12429 - Exception caught while handling disconnect: ClassCastException 2011-12-12 11:44:03 -08:00
CheckOnAgentInvestigator.java 1. added timeout in Command Class, then each command can configure itself timeout, if timeout is not configed, use the default timeout , which is 30 minute 2011-09-07 19:17:54 -07:00
FenceBuilder.java Moved DAO to server 2010-11-22 07:40:41 -08:00
HaWorkVO.java added cluster awareness to vm start/stop 2011-02-11 17:03:04 -08:00
HighAvailabilityManager.java HA: no need to investigate why vm was stopped on host when host is being Dicsonnected with investigate=false option 2011-04-22 13:38:25 -07:00
HighAvailabilityManagerExtImpl.java Full opensource 2011-08-23 19:52:19 -07:00
HighAvailabilityManagerImpl.java Bug 13420: Send alert of type 18 when sending alert for SSVM 2012-02-08 18:50:42 +05:30
Investigator.java Moved DAO to server 2010-11-22 07:40:41 -08:00
KVMFencer.java Agent disconnected due to so many Fencecommand send to agent, cause agent can't get pingaswer from mgt server, then agent thinks it's ping timeout, reconnect to mgt server. 2012-02-09 14:56:41 -08:00
ManagementIPSystemVMInvestigator.java Propagating 1345af2a0e84684a804bde5b281c30df72f148a0 2011-05-10 05:52:39 -07:00
RecreatableFencer.java migrate premium to oss 2011-01-28 16:07:46 -08:00
UserVmDomRInvestigator.java bug 13478: added exception printing. Reviewed-by: Anthony 2012-02-09 16:50:27 -08:00
VmwareFencer.java add VmwareInvestigator and VmwareFencer, use short worker VM name to avoid vCenter truncation 2011-09-14 15:15:26 -07:00
VmwareInvestigator.java Let VmwareInvestigator return fake but meaningful investigation result 2011-09-14 17:04:28 -07:00
XenServerFencer.java Bug 11522 - New agent manager 2011-10-04 14:35:26 -07:00
XenServerInvestigator.java Bug 11522 - New agent manager 2011-10-04 14:35:26 -07:00