Revert "Summary: Use hypervisor as clock source for system vms"

removing due to CLOUDSTACK-2872, ubuntu 12.04's libvirt isn't new enough

This reverts commit c7ebcb4e8c.
This commit is contained in:
Marcus Sorensen 2013-07-22 10:54:18 -06:00
parent 789ac14c14
commit 883210e1fe
1 changed files with 0 additions and 2 deletions

View File

@ -3340,8 +3340,6 @@ ServerResource {
if (vmTO.getOs().startsWith("Windows")) {
clock.setClockOffset(ClockDef.ClockOffset.LOCALTIME);
clock.setTimer("rtc", "catchup", null);
} else if (vmTO.getType() != VirtualMachine.Type.User) {
clock.setTimer("kvmclock", "catchup", null);
}
vm.addComp(clock);