bug 10197: enable trackVmHostChange for XenServer

This commit is contained in:
anthony 2011-07-19 15:52:45 -07:00
parent 0d23c9a6f4
commit 811063f769

View File

@ -61,6 +61,6 @@ public class XenServerGuru extends HypervisorGuruBase implements HypervisorGuru
@Override
public boolean trackVmHostChange() {
return false;
return true;
}
}