Revision 2c7b328c

b/htools/Ganeti/HTools/Instance.hs
137 137
-- instance. Further the movable state can be restricted more due to
138 138
-- user choices, etc.
139 139
movableDiskTemplates :: [T.DiskTemplate]
140
movableDiskTemplates = [ T.DTDrbd8, T.DTBlock, T.DTSharedFile ]
140
movableDiskTemplates =
141
  [ T.DTDrbd8
142
  , T.DTBlock
143
  , T.DTSharedFile
144
  , T.DTRbd
145
  ]
141 146

  
142 147
-- | A simple name for the int, instance association list.
143 148
type AssocList = [(T.Idx, Instance)]

Also available in: Unified diff