Revision 68c8c3df qa/qa_cluster.py

b/qa/qa_cluster.py
510 510
  master = qa_config.GetMasterNode()
511 511

  
512 512
  options = qa_config.get("options", {})
513
  disk_template = options.get("burnin-disk-template", "drbd")
513
  disk_template = options.get("burnin-disk-template", constants.DT_DRBD8)
514 514
  parallel = options.get("burnin-in-parallel", False)
515 515
  check_inst = options.get("burnin-check-instances", False)
516 516
  do_rename = options.get("burnin-rename", "")

Also available in: Unified diff