kvmclock parameter in agent.properties #13577
Replies: 1 comment
-
|
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. It only affects newly started/created VMs, existing running VMs need a stop/start (not just reboot) to pick up the XML change. We've tested kvmclock.disable in a few KVM/CloudStack environments here at AccuWeb.Cloud, and it does what it says without breaking anything else, just make sure it's solving the right problem and not just the visibility of one. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there any way to hide CPU steal time to VMs?
Looking around I found that set kvmclock.disable to true could hide the steal time to VMs. Does it works? Are there any known issues?
Beta Was this translation helpful? Give feedback.
All reactions