Revision a251afa8 htools/Ganeti/HTools/Types.hs

b/htools/Ganeti/HTools/Types.hs
123 123
       , ("DTBlock",      'C.dtBlock)
124 124
       , ("DTDrbd8",      'C.dtDrbd8)
125 125
       , ("DTRbd",        'C.dtRbd)
126
       , ("DTExt",        'C.dtExt)
126 127
       ])
127 128
$(THH.makeJSONInstance ''DiskTemplate)
128 129

  
......
141 142
templateMirrorType DTBlock      = MirrorExternal
142 143
templateMirrorType DTDrbd8      = MirrorInternal
143 144
templateMirrorType DTRbd        = MirrorExternal
145
templateMirrorType DTExt        = MirrorExternal
144 146

  
145 147
-- | The Group allocation policy type.
146 148
--

Also available in: Unified diff