mirror of https://github.com/apache/cloudstack.git
bug 7916 : fixed
This commit is contained in:
parent
5e237c9660
commit
2bb77798bb
|
|
@ -3789,7 +3789,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
|
|||
@Override
|
||||
public StartupCommand[] initialize() throws IllegalArgumentException {
|
||||
_host.pool = getRealPoolUuid();
|
||||
disconnected();
|
||||
|
||||
setupServer();
|
||||
|
||||
if (!getHostInfo()) {
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ public class XenServerConnectionPool {
|
|||
|
||||
Member member = info.refs.remove(uuid);
|
||||
|
||||
if (info.refs.size() == 0 || ( member != null && member.ipAddr.equals(info.masterIp) )) {
|
||||
if (info.refs.size() == 0 ) {
|
||||
cleanup(poolUuid);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue