Revision ec629280 htools/Ganeti/HTools/Instance.hs

b/htools/Ganeti/HTools/Instance.hs
80 80
  , autoBalance  :: Bool      -- ^ Is the instance auto-balanced?
81 81
  , tags         :: [String]  -- ^ List of instance tags
82 82
  , diskTemplate :: T.DiskTemplate -- ^ The disk template of the instance
83
  , spindleUsage :: Int       -- ^ The numbers of used spindles
83
  , spindleUse   :: Int       -- ^ The numbers of used spindles
84 84
  } deriving (Show, Read, Eq)
85 85

  
86 86
instance T.Element Instance where
......
177 177
           , movable = supportsMoves dt
178 178
           , autoBalance = auto_balance_init
179 179
           , diskTemplate = dt
180
           , spindleUsage = su
180
           , spindleUse = su
181 181
           }
182 182

  
183 183
-- | Changes the index.

Also available in: Unified diff