Revision aa8d2e71 Ganeti/HTools/IAlloc.hs

b/Ganeti/HTools/IAlloc.hs
110 110
  let idata = fromJSObject ilist
111 111
  iobj <- mapM (\(x,y) -> asJSObject y >>= parseInstance ktn x) idata
112 112
  let (kti, il) = assignIndices iobj
113
  (map_n, map_i, csf) <- mergeData (nl, il)
113
  (map_n, map_i, csf) <- mergeData [] (nl, il)
114 114
  req_nodes <- fromObj "required_nodes" request
115 115
  optype <- fromObj "type" request
116 116
  rqtype <-

Also available in: Unified diff