Solves https://bugzilla.redhat.com/show_bug.cgi?id=913382 Due to the '--replace' parameter not being propagated properly, the clone of a guest with already existing name fails. --- virtinst/CloneManager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtinst/CloneManager.py b/virtinst/CloneManager.py index b6b4b46..04692b6 100644 --- a/virtinst/CloneManager.py +++ b/virtinst/CloneManager.py @@ -1,4 +1,5 @@ # +# Copyright 2013 Red Hat, Inc. # Copyright(c) FUJITSU Limited 2007. # # Cloning a virtual machine module. @@ -404,6 +405,7 @@ class CloneDesign(object): self._guest = Guest.Guest(conn=self._hyper_conn, parsexml=self.original_xml) + self._guest.replace = self.replace # Pull clonable storage info from the original xml self._original_virtual_disks = self._get_original_devices_info() -- 1.8.1.4 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list