Revision 82b948e4 src/Ganeti/OpParams.hs

b/src/Ganeti/OpParams.hs
94 94
  , pHvState
95 95
  , pDiskState
96 96
  , pIgnoreIpolicy
97
  , pHotplug
97 98
  , pAllowRuntimeChgs
98 99
  , pInstDisks
99 100
  , pDiskTemplate
......
708 709
              simpleField "diskparams" [t| GenericContainer DiskTemplate
709 710
                                           UncheckedDict |]
710 711

  
712
-- | Whether to hotplug device.
713
pHotplug :: Field
714
pHotplug = defaultFalse "hotplug"
715

  
711 716
-- * Parameters for node resource model
712 717

  
713 718
-- | Set hypervisor states.

Also available in: Unified diff