Revision 75f2ff7d src/Ganeti/OpParams.hs

b/src/Ganeti/OpParams.hs
116 116
  , pAddUids
117 117
  , pRemoveUids
118 118
  , pMaintainNodeHealth
119
  , pModifyEtcHosts
119 120
  , pPreallocWipeDisks
120 121
  , pNicParams
121 122
  , pInstNics
......
865 866
pMaintainNodeHealth :: Field
866 867
pMaintainNodeHealth = optionalField $ booleanField "maintain_node_health"
867 868

  
869
-- | Whether to modify and keep in sync the @/etc/hosts@ files of nodes.
870
pModifyEtcHosts :: Field
871
pModifyEtcHosts = optionalField $ booleanField "modify_etc_hosts"
872

  
868 873
-- | Whether to wipe disks before allocating them to instances.
869 874
pPreallocWipeDisks :: Field
870 875
pPreallocWipeDisks = optionalField $ booleanField "prealloc_wipe_disks"

Also available in: Unified diff