Revision fc01b92b src/Ganeti/OpParams.hs

b/src/Ganeti/OpParams.hs
95 95
  , pDiskState
96 96
  , pIgnoreIpolicy
97 97
  , pHotplug
98
  , pHotplugIfPossible
98 99
  , pAllowRuntimeChgs
99 100
  , pInstDisks
100 101
  , pDiskTemplate
......
707 708
pHotplug :: Field
708 709
pHotplug = defaultFalse "hotplug"
709 710

  
711
pHotplugIfPossible :: Field
712
pHotplugIfPossible = defaultFalse "hotplug_if_possible"
713

  
710 714
-- * Parameters for node resource model
711 715

  
712 716
-- | Set hypervisor states.

Also available in: Unified diff