mirror of https://github.com/apache/cloudstack.git
in premium, use async vdi.copy API, avoid time out
This commit is contained in:
parent
dca4413072
commit
21d523402f
|
|
@ -2558,6 +2558,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
|
|||
Set<Host> hosts = Host.getAll(poolConn);
|
||||
for( Host host : hosts ) {
|
||||
if(host.getAddress(poolConn).equals(_host.ip)) {
|
||||
_host.pool = poolUUID;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue