Revision 40827683 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
......
702 703
              simpleField "diskparams" [t| GenericContainer DiskTemplate
703 704
                                           UncheckedDict |]
704 705

  
706
-- | Whether to hotplug device.
707
pHotplug :: Field
708
pHotplug = defaultFalse "hotplug"
709

  
705 710
-- * Parameters for node resource model
706 711

  
707 712
-- | Set hypervisor states.

Also available in: Unified diff