Revision b12a6a00

b/src/Ganeti/HTools/Cluster.hs
1410 1410
involvedNodes il plc =
1411 1411
  let (i, np, ns, _, _) = plc
1412 1412
      inst = Container.find i il
1413
  in nub $ [np, ns] ++ Instance.allNodes inst
1413
  in nub . filter (>= 0) $ [np, ns] ++ Instance.allNodes inst
1414 1414

  
1415 1415
-- | Inner function for splitJobs, that either appends the next job to
1416 1416
-- the current jobset, or starts a new jobset.

Also available in: Unified diff