Re: [libvirt-users] A RFE for libvirt

2013-10-30 Thread shyu
Got it. Thanks - Original Message - > From: "Daniel P. Berrange" > To: "shyu" > Cc: libvirt-users@redhat.com > Sent: Wednesday, October 30, 2013 7:59:54 PM > Subject: Re: [libvirt-users] A RFE for libvirt > > On Wed, Oct 30, 2013 at 07:49:22

Re: [libvirt-users] A RFE for libvirt

2013-10-30 Thread Daniel P. Berrange
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 wit

[libvirt-users] A RFE for libvirt

2013-10-30 Thread shyu
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

[libvirt-users] A RFE for libvirt

2012-06-07 Thread Sebastien Douche
On Thu, Jun 7, 2012 at 12:38 AM, Eric Blake wrote: > I personally find it easier to use virt-manager or virt-install or > gnome-boxes to create an initial guest template, then to modify that XML > for any final tweaks before using the guest in earnest. Right, but the lack of provisioning is a hug

Re: [libvirt-users] A RFE for libvirt

2012-06-07 Thread Osier Yang
[ CC to libvir-list for further discussing ] On 2012年06月07日 20:20, Eric Blake wrote: On 06/07/2012 03:04 AM, Osier Yang wrote: I once thought the RFE is not a valid request from a command p.o.v (if we provide too much options for the various config tags, it's just duplicate work of tools like

Re: [libvirt-users] A RFE for libvirt

2012-06-07 Thread Eric Blake
On 06/07/2012 03:04 AM, Osier Yang wrote: > I once thought the RFE is not a valid request from a command p.o.v > (if we provide too much options for the various config tags, it's > just duplicate work of tools like virt-install, and somehow it's > even not better than XML), but now IMHO it'd be wo

Re: [libvirt-users] A RFE for libvirt

2012-06-07 Thread Xing.x.Gao
2012/6/7 whuang : > Thanks guys ,I will use virt-install to  create simple guest for me . > [please don't top-post on technical lists] you could copy a xml file from others and change it for use. ___ libvirt-users mailing list libvirt-users@redhat.com h

Re: [libvirt-users] A RFE for libvirt

2012-06-07 Thread whuang
Thanks guys ,I will use virt-install to create simple guest for me . 于 06/07/2012 05:04 PM, Osier Yang 写道: On 2012年06月07日 06:38, Eric Blake wrote: On 06/05/2012 12:23 AM, whuang wrote: Hi, I am a libvirt user , there is a requirement about libvirt : I need a virsh cmd like "#virsh *create-as

Re: [libvirt-users] A RFE for libvirt

2012-06-07 Thread Osier Yang
On 2012年06月07日 06:38, Eric Blake wrote: On 06/05/2012 12:23 AM, whuang wrote: Hi, I am a libvirt user , there is a requirement about libvirt : I need a virsh cmd like "#virsh *create-as* --disk --net " to create a very sample guest I have not xml file and I think it's a little hard for me to cr

Re: [libvirt-users] A RFE for libvirt

2012-06-06 Thread Eric Blake
On 06/05/2012 12:23 AM, whuang wrote: > Hi, > > I am a libvirt user , there is a requirement about libvirt : > I need a virsh cmd like "#virsh *create-as* --disk --net " to create a > very sample guest > I have not xml file and I think it's a little hard for me to create a > NEW xml for libvirt ,

[libvirt-users] A RFE for libvirt

2012-06-05 Thread whuang
Hi, I am a libvirt user , there is a requirement about libvirt : I need a virsh cmd like "#virsh *create-as* --disk --net " to create a very sample guest I have not xml file and I think it's a little hard for me to create a NEW xml for libvirt , so I need a virsh cmd like "vol-create-as " help me