diff --git a/qvm-tools/qvm-clone b/qvm-tools/qvm-clone index cd8f6017..3f04fe3b 100755 --- a/qvm-tools/qvm-clone +++ b/qvm-tools/qvm-clone @@ -78,6 +78,7 @@ def main(): except (IOError, OSError) as err: print >> sys.stderr, "ERROR: {0}".format(err) qvm_collection.pop(dst_vm.qid) + dst_vm.remove_from_disk() exit (1) qvm_collection.save()