mirror of https://github.com/apache/cloudstack.git
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:
parent
f138192c94
commit
3a19a8916e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue