Hello,
we give all our VMs the CPU Typ: host
Now we have the problem, that live migration is not working, because not all Hardware Nodes have extactly the same CPU. The Flags of the CPU does not fully match.
So we need to remove the following flags:
-mpx | -sgx | -sha
virtual-address-bits = 48
How can we do that?
CPUs we have:
- Intel(R) Xeon(R) Gold 6442Y
- Intel(R) Xeon(R) Silver 4316
- Intel(R) Xeon(R) Gold 5218R
So to have the same flat set, we need to do the changes described above.
Thanks
Best Regards
Marco
we give all our VMs the CPU Typ: host
Now we have the problem, that live migration is not working, because not all Hardware Nodes have extactly the same CPU. The Flags of the CPU does not fully match.
So we need to remove the following flags:
-mpx | -sgx | -sha
virtual-address-bits = 48
How can we do that?
CPUs we have:
- Intel(R) Xeon(R) Gold 6442Y
- Intel(R) Xeon(R) Silver 4316
- Intel(R) Xeon(R) Gold 5218R
So to have the same flat set, we need to do the changes described above.
Thanks
Best Regards
Marco
Last edited: