Re: [libvirt] why is network i/o always zero?

2011-05-18 Thread
Well, it's a HVM guest. So, should I install the paravirt driver if i need the statistcs? 2011-05-19 黄亮 发件人: Daniel P. Berrange 发送时间: 2011-05-13 17:44:29 收件人: 黄亮 抄送: libvir-list 主题: Re: [libvirt] why is network i/o always zero? On Wed, May 11, 2011 at 09:32:53PM +0800, 黄亮 wrote

[libvirt] why is network i/o always zero?

2011-05-11 Thread
Running hypervisor: Xen 3.3.0 My question is, is Xen not support virDomainInterfaceStats or is somewhere I've gone wrong, that I can't get the network i/o statistics? Thank you ! 2011-05-11 黄亮 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] Is there an API for clone?

2010-11-11 Thread
Hi Alex Thank you for your reply. I just wanna make sure I'm not misunderstanding, virStorageVolGetXMLDesc virStorageVolCreateXMLFrom together can do the clone process, am I right? Regards 2010-11-12 Lancer 发件人: Alex Jia 发送时间: 2010-11-10 13:28:21 收件人: 黄亮 抄送: libvir-list 主题: Re

Re: [libvirt] Is there an API for clone?

2010-11-11 Thread
Hi, Daniel So, do you mean if I wanna accomplish the task of clone, I should use a batch of APIs ? Regards 2010-11-12 Lancer 发件人: Daniel P. Berrange 发送时间: 2010-11-10 18:42:35 收件人: 黄亮 抄送: libvir-list 主题: Re: [libvirt] Is there an API for clone? On Wed, Nov 10, 2010 at 09:30

Re: [libvirt] Is there an API for clone?

2010-11-11 Thread
Hi Richard, Thank you for your information, I'll look into it. Regards 2010-11-12 Lancer 发件人: Richard W.M. Jones 发送时间: 2010-11-11 06:21:04 收件人: Daniel P. Berrange 抄送: 黄亮; libvir-list 主题: Re: [libvirt] Is there an API for clone? On Wed, Nov 10, 2010 at 10:42:27AM +, Daniel P

[libvirt] Is there an API for clone?

2010-11-09 Thread
Hi, guys I know there is a command virt-clone, but I couldn't find the equivalent API here : http://libvirt.org/html/libvirt-libvirt.html So, is there an API to clone an existing VM or not? Thank you! Regards 2010-11-10 Lancer -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] Is there an API for clone?

2010-11-09 Thread
Oops... Well, thank you for your reply Regards 2010-11-10 Lancer 发件人: Osier Yang 发送时间: 2010-11-10 12:19:34 收件人: libvir-list 抄送: 主题: Re: [libvirt] Is there an API for clone? 于 2010年11月10日 09:30, 黄亮 写道: Hi, guys I know there is a command virt-clone, but I couldn't find

Re: [libvirt] SPAM-LOW: Re: Re: Node.GetInfo error

2010-11-02 Thread
Hi Justin Ok, I'll just wait until its pushed :-) Thank you for your reply 2010-11-02 Lancer 发件人: Justin Clift 发送时间: 2010-11-02 15:59:41 收件人: 黄亮 抄送: libvir-list 主题: Re: [libvirt] SPAM-LOW: Re: Re: Node.GetInfo error Hi Lancer, As a general thought, it still looks like there's

Re: [libvirt] SPAM-LOW: Re: Re: Node.GetInfo error

2010-11-01 Thread
, with a text editor. Maybe that's the problem here too? :) On 02/11/2010, at 3:00 AM, arnaud.champ...@devatom.fr wrote: :S I'm far away from a git expert :S Maybe anyone on the list can help us ? Arnaud From: 黄亮 Sent: Monday, November 01, 2010 2:42 PM To: arnaud.champ...@devatom.fr Subject: Re

Re: [libvirt] Node.GetInfo error

2010-10-31 Thread
(); MessageBox.Show(Get Info error: + err.Message); It can be compiled but err.Message has nothing in it. Did I make a wrong assumption? Regards 2010-11-01 Lancer 发件人: arnaud.champ...@devatom.fr 发送时间: 2010-10-31 16:48:15 收件人: 黄亮 抄送: libvir-list@redhat.com 主题: Re: Node.GetInfo error Ok

[libvirt] dommemstat won't work

2010-10-27 Thread
through ./configure; make; make install procedure, and ran autobuild.sh in the directory of libvirt-0.8.4. Using virsh version, it tells xen api version is 3.0.1, and xm version is 3.3.0 Thanks! 2010-10-27 黄亮 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman

Re: [libvirt] dommemstat won't work

2010-10-27 Thread
Oh... So, is there any documents that I can see which driver supports dommemstat? Thank you 2010-10-28 Lancer -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] How to start a defined domain

2010-10-26 Thread
there is something I'm missing in define a domain. Would you give me some hints so I can see where I go wrong? Really appreciated 2010-10-27 黄亮 发件人: Osier 发送时间: 2010-10-26 22:29:40 收件人: 黄亮 抄送: libvir-list 主题: Re: [libvirt] How to start a defined domain - 黄亮 lancerhu...@163.com

Re: [libvirt] How to start a defined domain

2010-10-26 Thread
using virsh start vm01 nor can I see it using virsh list --all. Is it like this? Do correct me if I'm wrong :-) 2010-10-27 黄亮 发件人: Osier 发送时间: 2010-10-27 10:56:54 收件人: 黄亮 抄送: 主题: Re: [libvirt] How to start a defined domain - 黄亮 lancerhu...@163.com wrote:  Oh, yeah, you're

[libvirt] How to start a defined domain

2010-10-25 Thread
I've create a domain called vm01 using Virt-Manager, the GUI tool. Now I wanna use libvirt api to control the life cycle of vm01. It went on well with shutdown and reboot, but how to start it became a problem. I was intended to get the virDomainPtr by using virDomainLookupByName api, and then