From 63b06516b79079614bb72c614d1582116d603538 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Tue, 15 Mar 2011 18:51:31 +0100 Subject: [PATCH] Do not add new vm to xen storage in qvm-create - it is done by core --- dom0/qvm-tools/qvm-create | 1 - 1 file changed, 1 deletion(-) diff --git a/dom0/qvm-tools/qvm-create b/dom0/qvm-tools/qvm-create index a16f19ba..3a05cdbf 100755 --- a/dom0/qvm-tools/qvm-create +++ b/dom0/qvm-tools/qvm-create @@ -129,7 +129,6 @@ def main(): vm = qvm_collection.add_new_appvm(vmname, template_vm, label = label) try: vm.create_on_disk(verbose=options.verbose) - vm.add_to_xen_storage() except (IOError, OSError) as err: print "ERROR: {0}".format(err)