Skip to content
Discussion options

You must be logged in to vote

Hey! kvmclock.disable=true in agent.properties does work for what you're describing, it stops CloudStack from injecting the KVM paravirtual clock device into the guest XML, which is one of the things that exposes steal time visibility to the VM. Worth knowing though that it's more of a side effect than a purpose built "hide steal time" switch.
A few things worth checking before you flip it:

It only affects newly started/created VMs, existing running VMs need a stop/start (not just reboot) to pick up the XML change.
Without kvmclock, the guest falls back to its default clocksource, which on Linux guests is usually fine (TSC or hpet), but it's worth testing on Windows guests since clock dri…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mredaelli02
Comment options

Answer selected by mredaelli02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants