Description of problem: Virt-clone on RHEL7 cannot replace existed guest. Version-Release number of selected component (if applicable): python-virtinst-0.600.3-2.el7.noarch Reproduce steps: 1. Have an installed guest. 2. Run: virt-clone -o T1 --name=T1 --file=/var/lib/libvirt/images/T1-new.img --replace Actual results: 1. Got: ERROR Guest name 'T1' is already in use. Expected results: 1. Could clone T1 successfully. Additional info:
Patch upstream, but we still have to wait for the merge. commit 03804ee7fabaf730d68845a46668e29cee21fd84 Author: Martin Kletzander <mkletzan> Date: Thu Feb 21 16:38:44 2013 +0100 virt-clone: Properly propagate --replace parameter
Don't mind the "merge" part of previous comment, moving upstream and closing it as NEXTRELEASE.