BUG-ID:CLOUDSTACK-7472: kvmclock fix for LXC is not required after fixing CLOUDSTACK-8177

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>

This closes #557
This commit is contained in:
Kishan Kavala 2015-07-02 16:52:46 +05:30 committed by Rohit Yadav
parent f138192c94
commit 3a19a8916e
1 changed files with 0 additions and 3 deletions

View File

@ -783,9 +783,6 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
value = (String) params.get("kvmclock.disable");
if (Boolean.parseBoolean(value)) {
_noKvmClock = true;
} else if(HypervisorType.LXC.equals(_hypervisorType) && value == null){
//Disable kvmclock by default for LXC
_noKvmClock = true;
}
LibvirtConnection.initialize(_hypervisorURI);