From e54d66288cacf7521a89a9c6463486731375714c Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 24 Jan 2012 17:52:52 +0100 Subject: [PATCH] Remove obsolete constant for vcpu_ratio MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is superseded now. Signed-off-by: Iustin Pop Reviewed-by: René Nussbaumer --- htools/Ganeti/HTools/Types.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/htools/Ganeti/HTools/Types.hs b/htools/Ganeti/HTools/Types.hs index 400fa9d..5ed0a47 100644 --- a/htools/Ganeti/HTools/Types.hs +++ b/htools/Ganeti/HTools/Types.hs @@ -46,7 +46,6 @@ module Ganeti.HTools.Types , baseUtil , addUtil , subUtil - , defVcpuRatio , defReservedDiskRatio , unitMem , unitCpu @@ -284,10 +283,6 @@ connTimeout = 15 queryTimeout :: Int queryTimeout = 60 --- | Default vcpu-to-pcpu ratio (randomly chosen value). -defVcpuRatio :: Double -defVcpuRatio = 64 - -- | Default max disk usage ratio. defReservedDiskRatio :: Double defReservedDiskRatio = 0 -- 1.7.10.4