mirror of https://github.com/apache/cloudstack.git
bug 10197: enable trackVmHostChange for XenServer
This commit is contained in:
parent
0d23c9a6f4
commit
811063f769
|
|
@ -61,6 +61,6 @@ public class XenServerGuru extends HypervisorGuruBase implements HypervisorGuru
|
|||
|
||||
@Override
|
||||
public boolean trackVmHostChange() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue