Revision 23594127

b/src/Ganeti/HTools/Instance.hs
83 83
  , spindleUse   :: Int       -- ^ The numbers of used spindles
84 84
  , allTags      :: [String]  -- ^ List of all instance tags
85 85
  , exclTags     :: [String]  -- ^ List of instance exclusion tags
86
  , arPolicy     :: T.AutoRepairPolicy -- ^ Instance's auto-repair policy
86 87
  } deriving (Show, Eq)
87 88

  
88 89
instance T.Element Instance where
......
182 183
           , spindleUse = su
183 184
           , allTags = tags_init
184 185
           , exclTags = []
186
           , arPolicy = T.ArNotEnabled
185 187
           }
186 188

  
187 189
-- | Changes the index.

Also available in: Unified diff