Skip to content

Commit 66e9b45

Browse files
simulator method fix
1 parent 26035d4 commit 66e9b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/hypervisors/simulator/src/main/java/com/cloud/ha/SimulatorInvestigator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public Status getHostAgentStatus(Host agent) {
6060
}
6161

6262
if (haManager.isHAEligible(agent)) {
63-
return haManager.getHostStatus(agent);
63+
return haManager.getHostStatusFromHAConfig(agent);
6464
}
6565

6666
CheckOnHostCommand cmd = new CheckOnHostCommand(agent);

0 commit comments

Comments
 (0)