Hi just a followup here.

Something was messy with the DELL Firmware.

I’ve refreshed it and completely erased the NVRAM. Reconfigured the firmware 
and now the host behave as expected:

[root@c4140 ~]# !vdsm
vdsm-client Host getCapabilities | egrep "cpuFlags|cpuModel|Skylake"
    "cpuFlags": 
"pln,msr,acpi,sse2,smx,rdrand,cqm_occup_llc,xsaveopt,rdseed,rtm,epb,sse,hypervisor,ibrs,cmov,nopl,cpuid_fault,pse,f16c,spec_ctrl,adx,constant_tsc,bts,rdt_a,pae,nx,tsc,x2apic,sep,pat,cqm_mbm_total,pebs,xsave,smep,ds_cpl,fma,ospke,mca,mmx,pge,pku,pcid,aperfmperf,ssse3,flexpriority,cqm,avx512dq,avx512vl,fpu,umip,flush_l1d,ssbd,lm,syscall,movbe,vpid,ht,xsavec,invpcid_single,3dnowprefetch,tsc_deadline_timer,cx8,rep_good,tm2,avx,cx16,rdtscp,ss,popcnt,lahf_lm,stibp,arch_perfmon,smap,clflushopt,invtsc,vmx,dts,xsaves,md_clear,dtherm,avx512f,bmi2,mpx,arch-capabilities,dtes64,avx512cd,mba,avx2,ept,pts,vme,vnmi,fxsr,pschange-mc-no,dca,avx512bw,tsc_adjust,cqm_llc,pclmulqdq,cat_l3,bmi1,monitor,pti,arat,abm,cpuid,clflush,mce,sse4_2,erms,nonstop_tsc,apic,cdp_l3,fsgsbase,sdbg,art,xgetbv1,tpr_shadow,cqm_mbm_local,clwb,pdpe1gb,xtpr,ida,de,pbe,intel_pt,ibpb,est,intel_ppin,tm,pni,aes,amd-ssbd,md-clear,skip-l1dfl-vmentry,hle,pdcm,invpcid,mtrr,pse36,sse4_1,xtopology,model_core2duo,model_pentium2,model_Skylake-Server-IBRS,model_Haswell,model_Skylake-Server,model_IvyBridge-IBRS,model_Penryn,model_Broadwell-noTSX-IBRS,model_qemu64,model_n270,model_kvm32,model_coreduo,model_Broadwell-IBRS,model_Skylake-Client-noTSX-IBRS,model_Haswell-IBRS,model_Broadwell-noTSX,model_Skylake-Client,model_SandyBridge,model_Skylake-Server-noTSX-IBRS,model_SandyBridge-IBRS,model_Broadwell,model_kvm64,model_Nehalem-IBRS,model_IvyBridge,model_pentium,model_Skylake-Client-IBRS,model_Conroe,model_Haswell-noTSX,model_Opteron_G2,model_Westmere,model_qemu32,model_486,model_pentium3,model_Opteron_G1,model_Westmere-IBRS,model_Haswell-noTSX-IBRS,model_Nehalem",
    "cpuModel": "Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz",

Not sure what really happened, but those actions solved the issue.

On 28 Aug 2020, at 03:29, Vinícius Ferrão via Users 
<users@ovirt.org<mailto:users@ovirt.org>> wrote:

Hi,

I’ve an strange issue in one of my hosts, it’s missing a lot of CPU flags that 
oVirt seems to require:

[root@c4140 ~]# vdsm-client Host getCapabilities | egrep "cpuFlags|cpuModel"
    "cpuFlags": 
"ssse3,mca,ept,pdpe1gb,vmx,clwb,smep,msr,acpi,pge,sse4_2,nopl,cqm_mbm_total,cx16,avx512vl,aperfmperf,xsaves,3dnowprefetch,nonstop_tsc,cmov,mce,intel_pt,avx512f,fpu,pku,tsc,sdbg,erms,pse36,md_clear,apic,sse,pcid,clflushopt,xtopology,pts,monitor,vpid,cpuid,hle,mba,ss,cqm,avx2,ibpb,xgetbv1,flush_l1d,mmx,epb,pti,fxsr,dca,nx,syscall,stibp,mtrr,cx8,sse2,avx,sep,intel_ppin,lm,tm,bts,adx,bmi1,smx,popcnt,pclmulqdq,lahf_lm,mpx,rdseed,cqm_llc,avx512cd,cdp_l3,f16c,invpcid,fsgsbase,cpuid_fault,tm2,smap,dts,pse,xsave,sse4_1,constant_tsc,pat,tsc_deadline_timer,vnmi,avx512dq,dtes64,xsaveopt,ida,pdcm,tpr_shadow,pln,de,x2apic,avx512bw,pae,rdrand,clflush,rdtscp,art,cqm_mbm_local,pebs,ssbd,movbe,pbe,tsc_adjust,vme,ht,est,bmi2,cat_l3,dtherm,ospke,rdt_a,aes,ibrs,rep_good,fma,xtpr,ds_cpl,abm,xsavec,invpcid_single,flexpriority,cqm_occup_llc,pni,rtm,arat,arch_perfmon",
    "cpuModel": "Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz",

In a properly working host it have flags like those ones:

model_Westmere-IBRS,model_kvm32,model_core2duo,model_Opteron_G1,model_Broadwell,model_qemu64,model_Broadwell-noTSX,model_Nehalem-IBRS,model_Haswell-IBRS,model_pentium2,model_Broadwell-IBRS,model_Haswell-noTSX,model_Haswell,model_Haswell-noTSX-IBRS,model_Conroe,model_pentium,model_n270,model_Nehalem,model_IvyBridge-IBRS,model_kvm64,model_SandyBridge,model_pentium3,model_Broadwell-noTSX-IBRS,model_qemu32,model_486,model_IvyBridge,model_SandyBridge-IBRS,model_Westmere,model_Penryn,model_Opteron_G2,model_coreduo",

But in this machine it’s totally missing. I know this model_ flags are an oVirt 
thing, since they aren’t default on the CPUs.

The host machine is a Dell C4140 compute node, the firmware is fully updated, 
so I’ve done the basic to figure out what’s happening.

Thanks,

_______________________________________________
Users mailing list -- users@ovirt.org<mailto:users@ovirt.org>
To unsubscribe send an email to 
users-le...@ovirt.org<mailto:users-le...@ovirt.org>
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XKXBZLYRMMJGBFATFUOWLN2CBS6T75DM/

_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/Z5DOWN4F4TYI6FMCOVYDEGT4GBZ27SSF/

Reply via email to