Displaying 2 results from an estimated 2 matches for "origin_guest".
2013 Oct 30
2
A RFE for libvirt
Hi libvirt guys,
I am an newbie to libvirt. There is an requirement for libvirt:
Every time I want to rename an guest by virsh command, I need to virsh edit origin_guest(edit the name,delete/edit the uuid) after that a new guest with the same configuration as origin_guest was defined,
then virsh undefine origin_guest.
Seems it's a little complex, so should be there an virsh command like "virsh rename origin_guest new_guest"?
I know I can use virt-mana...
2013 Oct 30
0
Re: A RFE for libvirt
On Wed, Oct 30, 2013 at 07:49:22AM -0400, shyu wrote:
> Hi libvirt guys,
>
> I am an newbie to libvirt. There is an requirement for libvirt:
> Every time I want to rename an guest by virsh command, I need to virsh
> edit origin_guest(edit the name,delete/edit the uuid) after that a new
> guest with the same configuration as origin_guest was defined,
> then virsh undefine origin_guest.
> Seems it's a little complex, so should be there an virsh command like
> "virsh rename origin_guest new_guest"?
>...