Hi,
On a small cluster, I have 2 different CPU model for nodes, one is Broadwell, the others are Haswell.
I usually set the CPU VM as 'host'. Indeed, live migrations works as expected from Haswell to Haswell and Haswell to Broadwell. But it crashes from Broadwell to Haswell, some flags are not available on Haswell.
So I decided to switch from host to Haswell-noTSX, which seems to be the best choice in my case.
I checked pcid and spec-ctrl options and it's ok but some flags are missing in order to avoid CVE-2018-3639 for example.
The related flags are 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'
What is the proper way to add these flags to cpu vms ?
Thanks in advanced !
Antoine
On a small cluster, I have 2 different CPU model for nodes, one is Broadwell, the others are Haswell.
I usually set the CPU VM as 'host'. Indeed, live migrations works as expected from Haswell to Haswell and Haswell to Broadwell. But it crashes from Broadwell to Haswell, some flags are not available on Haswell.
So I decided to switch from host to Haswell-noTSX, which seems to be the best choice in my case.
I checked pcid and spec-ctrl options and it's ok but some flags are missing in order to avoid CVE-2018-3639 for example.
The related flags are 'ibpb', 'ssbd', 'virt-ssbd', 'amd-ssbd', 'amd-no-ssb', 'pdpe1gb'
What is the proper way to add these flags to cpu vms ?
Thanks in advanced !
Antoine