Revision 3d914585 lib/bootstrap.py

b/lib/bootstrap.py
227 227
                modify_etc_hosts=True, modify_ssh_setup=True,
228 228
                maintain_node_health=False, drbd_helper=None,
229 229
                uid_pool=None, default_iallocator=None,
230
                primary_ip_version=None):
230
                primary_ip_version=None, prealloc_wipe_disks=False):
231 231
  """Initialise the cluster.
232 232

  
233 233
  @type candidate_pool_size: int
......
394 394
    drbd_usermode_helper=drbd_helper,
395 395
    default_iallocator=default_iallocator,
396 396
    primary_ip_family=ipcls.family,
397
    prealloc_wipe_disks=prealloc_wipe_disks,
397 398
    )
398 399
  master_node_config = objects.Node(name=hostname.name,
399 400
                                    primary_ip=hostname.ip,

Also available in: Unified diff