mirror of https://github.com/apache/cloudstack.git
bug 13781: reload host detail after host reconnect
status 13781: resolved fixed Reviewed-by: frank
This commit is contained in:
parent
1d5ec1f5d7
commit
b7c84009bf
|
|
@ -360,8 +360,10 @@ public class KvmServerDiscoverer extends DiscovererBase implements Discoverer,
|
|||
+ "in which there are " + hostOsInCluster + " hosts added");
|
||||
}
|
||||
}
|
||||
|
||||
return _resourceMgr.fillRoutingHostVO(host, ssCmd, HypervisorType.KVM, null, null);
|
||||
|
||||
_hostDao.loadDetails(host);
|
||||
|
||||
return _resourceMgr.fillRoutingHostVO(host, ssCmd, HypervisorType.KVM, host.getDetails(), null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue