diff --git a/tools/burnin b/tools/burnin index 9afe5b236a9064bf68ec7def10d556a46add132f..f6fe50d009bfb5fc8eb1d89ea39b5ac4238e50d3 100755 --- a/tools/burnin +++ b/tools/burnin @@ -236,7 +236,11 @@ class Burner(object): hvm_boot_order=None, file_driver="loop", file_storage_dir=None, - iallocator=self.opts.iallocator) + iallocator=self.opts.iallocator, + auto_balance=True, + hvm_nic_type=constants.HT_HVM_NIC_RTL8139, + hvm_disk_type=constants.HT_HVM_DEV_IOEMU) + self.ExecOp(op) self.to_rem.append(instance) @@ -327,7 +331,13 @@ class Burner(object): mac="auto", file_storage_dir=None, file_driver=None, - iallocator=self.opts.iallocator) + iallocator=self.opts.iallocator, + auto_balance=True, + hvm_nic_type= + constants.HT_HVM_NIC_RTL8139, + hvm_disk_type= + constants.HT_HVM_DEV_IOEMU) + erem_op = opcodes.OpRemoveExport(instance_name=instance) Log("- Export instance %s to node %s" % (instance, enode))