bug 7916 : fixed

This commit is contained in:
anthony 2011-01-07 22:54:05 -08:00
parent 5e237c9660
commit 2bb77798bb
2 changed files with 2 additions and 2 deletions

View File

@ -3789,7 +3789,7 @@ public abstract class CitrixResourceBase implements StoragePoolResource, ServerR
@Override
public StartupCommand[] initialize() throws IllegalArgumentException {
_host.pool = getRealPoolUuid();
disconnected();
setupServer();
if (!getHostInfo()) {

View File

@ -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);
}
}