Signed-off-by: Aaron Karper <[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 310400a..519294c 100644 --- a/src/Ganeti/HTools/Cluster.hs +++ b/src/Ganeti/HTools/Cluster.hs @@ -222,7 +222,7 @@ type EvacInnerState = -- * Utility functions --- | Verifies the N+1 status and return the affected nodes. +-- | Returns the nodes that don't have N+1 redundancy. verifyN1 :: [Node.Node] -> [Node.Node] verifyN1 = filter Node.failN1 -- 2.2.0.rc0.207.ga3a616c
