mirror of https://github.com/apache/cloudstack.git
bug 10579: disable pool vm sync and disable hostTrack for XenServer,
status 10579: resolved fixed reviewed-by: alex
This commit is contained in:
parent
1ef78e4db2
commit
59bb2e0289
|
|
@ -4050,7 +4050,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
|
|||
fullSync(cmd, conn);
|
||||
cmd.setHypervisorType(HypervisorType.XenServer);
|
||||
cmd.setCluster(_cluster);
|
||||
cmd.setPoolSync(true);
|
||||
cmd.setPoolSync(false);
|
||||
|
||||
StartupStorageCommand sscmd = initializeLocalSR(conn);
|
||||
if (sscmd != null) {
|
||||
|
|
|
|||
|
|
@ -61,6 +61,6 @@ public class XenServerGuru extends HypervisorGuruBase implements HypervisorGuru
|
|||
|
||||
@Override
|
||||
public boolean trackVmHostChange() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue