Revision 0c8cef35 htools/Ganeti/HTools/Types.hs

b/htools/Ganeti/HTools/Types.hs
300 300

  
301 301
-- | An instance move definition.
302 302
data IMove = Failover                -- ^ Failover the instance (f)
303
           | FailoverToAny Ndx       -- ^ Failover to a random node
304
                                     -- (fa:np), for shared storage
303 305
           | ReplacePrimary Ndx      -- ^ Replace primary (f, r:np, f)
304 306
           | ReplaceSecondary Ndx    -- ^ Replace secondary (r:ns)
305 307
           | ReplaceAndFailover Ndx  -- ^ Replace secondary, failover (r:np, f)

Also available in: Unified diff