Signed-off-by: Klaus Aehlig <[email protected]>
---
 src/Ganeti/HTools/Cluster.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Ganeti/HTools/Cluster.hs b/src/Ganeti/HTools/Cluster.hs
index 351d81b..b62a426 100644
--- a/src/Ganeti/HTools/Cluster.hs
+++ b/src/Ganeti/HTools/Cluster.hs
@@ -382,6 +382,7 @@ detailedCVInfoExt = [ ((0.5,  "free_mem_cv"), 
(getStdDevStatistics, True))
                       , (getStdDevStatistics, True))
                     , ((0.5,  "spindles_cv_forth"), (getStdDevStatistics, 
True))
                     , ((1,  "location_score"), (getSumStatistics, True))
+                    , ((0.25,  "reserved_mem_rtotal"), (getSumStatistics, 
True))
                     ]
 
 -- | The names and weights of the individual elements in the CV list.
@@ -430,6 +431,7 @@ compDetailedCVNode node =
      , pri_tags, spindles
      , memF, dskF, cpuF, spindlesF
      , location_score
+     , res
      ]
 
 -- | Compute the statistics of a cluster.
-- 
2.2.0.rc0.207.ga3a616c

Reply via email to