cloudstack/server/src/com/cloud/ha
prachi c2824edc03 Bug 9446: Investigator reports that a system vm is down even if it isn't....
Changes:
- Added new Investigator 'ManagementIPSystemVMInvestigator' that checks if Vm is alive only for System VM's that have a management IP address.
- If no management IP is found, ping test cannot be done, so this investigator would return null in that case.
- Current implementation InvestigatorImpl is renamed as 'UserVmDomRInvestigator' and does the ping test for user VMs only.
- Corrected the ping test code that was checking a hard-coded string. Now if the ping answer is negative, we just return null
- Added the new investigator to components.xml
2011-04-28 12:28:51 -07:00
..
dao ha done? needs testing 2011-02-07 10:58:25 -08:00
AbstractInvestigatorImpl.java Bug 9446: Investigator reports that a system vm is down even if it isn't.... 2011-04-28 12:28:51 -07:00
CheckOnAgentInvestigator.java Moved State into VirtualMachine like other States of objects 2011-01-04 15:01:34 -08: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
HighAvailabilityManagerImpl.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
Investigator.java Moved DAO to server 2010-11-22 07:40:41 -08:00
KVMFencer.java Add license header to files 2011-04-14 11:23:14 -07:00
ManagementIPSystemVMInvestigator.java Bug 9446: Investigator reports that a system vm is down even if it isn't.... 2011-04-28 12:28:51 -07:00
RecreatableFencer.java migrate premium to oss 2011-01-28 16:07:46 -08:00
UserVmDomRInvestigator.java Bug 9446: Investigator reports that a system vm is down even if it isn't.... 2011-04-28 12:28:51 -07:00
XenServerFencer.java migrate premium to oss 2011-01-28 16:07:46 -08:00
XenServerInvestigator.java resolving merge conflicts between 2.1.refactor and master 2010-10-12 16:28:16 -07:00