mirror of https://github.com/apache/cloudstack.git
Add trafficMonitor ping time to pingMap on connect
This commit is contained in:
parent
8e715856df
commit
bf3f9b16c1
|
|
@ -235,8 +235,7 @@ public class AgentMonitor extends Thread implements Listener {
|
|||
|
||||
@Override
|
||||
public void processConnect(HostVO host, StartupCommand cmd, boolean forRebalance) {
|
||||
if (host.getType().equals(Host.Type.TrafficMonitor) ||
|
||||
host.getType().equals(Host.Type.SecondaryStorage)) {
|
||||
if (host.getType().equals(Host.Type.SecondaryStorage)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue