Revision 608efcce Ganeti/HTools/IAlloc.hs

b/Ganeti/HTools/IAlloc.hs
26 26

  
27 27
data RqType
28 28
    = Allocate Instance.Instance Int
29
    | Relocate Int Int [Int]
29
    | Relocate Idx Int [Ndx]
30 30
    deriving (Show)
31 31

  
32 32
data Request = Request RqType Node.List Instance.List String

Also available in: Unified diff