Hi
As the title clearly states, I noticed that message when I started a Vm with qm start command and noticed that at syslog (probably it is going on for a while or since the start of the VM creation).
Searching for this error, doesn t really help a lot. To me it seems like an incompatibility between the virtual cpu and the real one? Like the xeon e2600 v3 series has a bug or something? Anyway I found only one source with steps of what to check which was the below....
<<<<Well it turns out that issue is the clock source used by kvm on the host system. Have a look at the output of:
$ cat /sys/devices/system/clocksource/clocksource0/current_clocksource
if it's tcs or tcs_early you have found the culprit, change it to one of the other available clock sources on your system: (Mine was hpet though - high performance event timer)
$ cat /sys/devices/system/clocksource/clocksource0/available_clocksource
For example hpet (high performance event timer): (Mine gives as available solutions hpet and acpi_pm)
$ echo hpet | sudo tee /sys/devices/system/clocksource/clocksource0/current_clocksource >>>>
So why am I getting this message?
Thank you
As the title clearly states, I noticed that message when I started a Vm with qm start command and noticed that at syslog (probably it is going on for a while or since the start of the VM creation).
Searching for this error, doesn t really help a lot. To me it seems like an incompatibility between the virtual cpu and the real one? Like the xeon e2600 v3 series has a bug or something? Anyway I found only one source with steps of what to check which was the below....
<<<<Well it turns out that issue is the clock source used by kvm on the host system. Have a look at the output of:
$ cat /sys/devices/system/clocksource/clocksource0/current_clocksource
if it's tcs or tcs_early you have found the culprit, change it to one of the other available clock sources on your system: (Mine was hpet though - high performance event timer)
$ cat /sys/devices/system/clocksource/clocksource0/available_clocksource
For example hpet (high performance event timer): (Mine gives as available solutions hpet and acpi_pm)
$ echo hpet | sudo tee /sys/devices/system/clocksource/clocksource0/current_clocksource >>>>
So why am I getting this message?
Thank you
Last edited: