mirror of https://github.com/apache/cloudstack.git
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 |
||
|---|---|---|
| .. | ||
| dao | ||
| AbstractInvestigatorImpl.java | ||
| CheckOnAgentInvestigator.java | ||
| FenceBuilder.java | ||
| HaWorkVO.java | ||
| HighAvailabilityManager.java | ||
| HighAvailabilityManagerImpl.java | ||
| Investigator.java | ||
| KVMFencer.java | ||
| ManagementIPSystemVMInvestigator.java | ||
| RecreatableFencer.java | ||
| UserVmDomRInvestigator.java | ||
| XenServerFencer.java | ||
| XenServerInvestigator.java | ||