On Thu, Jul 23, 2015 at 07:33:46PM +0200, 'Klaus Aehlig' via ganeti-devel wrote:
Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/HTools/Cluster.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/src/Ganeti/HTools/Cluster.hs b/src/Ganeti/HTools/Cluster.hs index e3a295b..198f862 100644 --- a/src/Ganeti/HTools/Cluster.hs +++ b/src/Ganeti/HTools/Cluster.hs @@ -450,7 +450,7 @@ checkMove opts nodes_idx ini_tbl@(Table _ _ ini_cv _) victims = doNextBalance :: Table -- ^ The starting table -> Int -- ^ Remaining length -> Score -- ^ Score at which to stop - -> Bool -- ^ The resulting table and commands + -> Bool -- ^ True if we can continue doNextBalance ini_tbl max_rounds min_score = let Table _ _ ini_cv ini_plc = ini_tbl ini_plc_len = length ini_plc -- 2.4.3.573.g4eafbef
LGTM
