+++ This bug was initially created as a clone of Bug #770123 +++
+++ This bug was initially created as a clone of Bug #770122 +++
Description of problem:
max_cstate=1 was added to kernel defaults for oVirt Node due to a large portion of hardware having issues w/ time sync in kvm.
As long as hardware has a stable/constant tsc, it should be safe to remove this restriction. People with older hardware can always manually add it back in.
Need to remove it from vdsm-bootstrap:
[root@rhevm-3 vdsm-bootstrap]# grep -R cstate *
vds_bootstrap.py: args += ['processor.max_cstate=1']
I am not at all sure that ovirt-node has satisfied Andy's requirement of https://bugzilla.redhat.com/show_bug.cgi?id=770123#c1
.. we check /proc/cpuinfo flags for constant_tsc and if it's NOT present we add the max_cstate otherwise we leave it off.
This is a logic that vdsmd does not have. Sp this patch is partial.