Revision 88df1fa9 htools/Ganeti/HTools/Loader.hs

b/htools/Ganeti/HTools/Loader.hs
75 75
-}
76 76
data RqType
77 77
    = Allocate Instance.Instance Int -- ^ A new instance allocation
78
    | Relocate Idx Int [Ndx]         -- ^ Choose a new secondary node
78 79
    | NodeEvacuate [Idx] EvacMode    -- ^ node-evacuate mode
79 80
    | ChangeGroup [Gdx] [Idx]        -- ^ Multi-relocate mode
80 81
    deriving (Show, Read)

Also available in: Unified diff