mirror of https://github.com/apache/cloudstack.git
bug 13520: cannot clear vm map during disconnect as xapi still reports them as alive and clearing up the map will have sync report them as Running
reviewed-by: kishan
This commit is contained in:
parent
6a3484fc2f
commit
243d4f0f6d
|
|
@ -339,9 +339,6 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
|
|||
|
||||
@Override
|
||||
public void disconnected() {
|
||||
synchronized (_cluster.intern()) {
|
||||
s_vms.clear(_cluster);
|
||||
}
|
||||
}
|
||||
|
||||
protected boolean pingdomr(Connection conn, String host, String port) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue