Re: [libvirt-users] [libvirt] Is it possible to attach a harddisk to an ESX node

2013-09-26 Thread varun bhatnagar
Thanks a ton Michal for the reply. I tried your suggestion but a message popped out when was trying to save the xml file which said: "Editing of already existing domain is not supported"... :( Why I want this is because the node which is getting created is creating empty vmdk image and if I try to

[libvirt-users] how to boot the lxc container with a default ip

2013-09-26 Thread lei yang
Hi expert my xml is vm1 50 exe /bin/sh 1 destroy restart destroy /usr/libexec/libvirt_lxc I want start the guest with a ip=192.168.122.22 how could I modify the xml ? Lei ___ libvirt-

Re: [libvirt-users] [libvirt] virDomainGetInfo() returns wrong domain state

2013-09-26 Thread Michal Privoznik
On 26.09.2013 11:48, Panday Ritesh Sharma (rpanday) wrote: > Yes, I am sure because other information pulled are correct. And the same way > we have used libvirt APIs to extract other informations at different places. > > My question is if VM is in shut-off state does it mean running ? IF not, wh

Re: [libvirt-users] [libvirt] virDomainGetInfo() returns wrong domain state

2013-09-26 Thread Panday Ritesh Sharma (rpanday)
Yes, I am sure because other information pulled are correct. And the same way we have used libvirt APIs to extract other informations at different places. My question is if VM is in shut-off state does it mean running ? IF not, what is the correct state for this VM. I am wondering why the state

Re: [libvirt-users] SR-IOV Pool Availability

2013-09-26 Thread Laine Stump
On 09/20/2013 02:28 AM, Dax Kelson wrote: > I have an Intel X540 SR-IOV NIC in a box with ACS support running RHEL6.4. > > Hi Hongming, I'm hoping you can please help with two issues: > > 1. The pool works, but I transparent VLAN with the pool does not. I > have to manually run "ip" afterwards to g

Re: [libvirt-users] Migrate hangs at 99%

2013-09-26 Thread Gergely Horváth
Hello Anthony, > virsh migrate-setmaxdowntime The migrate-setmaxdowntime operates with milliseconds, but apart from that, we were able to migrate the VM under heavy load (8 CPUs running at 100%, load being 17-20 constantly) We used a maximum downtime of 1000 milliseconds and it popped to the o

Re: [libvirt-users] [Xen-devel] Error i am getting when using libvirt in xen 4.2

2013-09-26 Thread Dario Faggioli
[This looks a lot like an user (rather than developer) question, so I'm moving the conversation to the appropriate users' lists, with xen-devel in Bcc for this message] On mer, 2013-09-25 at 10:43 +0530, cooldharma06 wrote: > hi, > > > i am using xen-4.2. i am trying to create the virual machine

Re: [libvirt-users] virtio channel socket bind error

2013-09-26 Thread Michal Privoznik
On 25.09.2013 19:17, Chunduru Venkata, Ravi wrote: > Hi All, > My intent is to make virtio unix channel work. I could configure the > XML and launch VM and could see the port in /dev/virtio-ports > > > > > > > > When I see on the host, the unix socket is already bi

Re: [libvirt-users] [libvirt] Is it possible to attach a harddisk to an ESX node

2013-09-26 Thread Michal Privoznik
On 26.09.2013 05:50, varun bhatnagar wrote: > Hi, > > Is it possible to attach a harddisk to an ESX node later after > creating/defining it? > If yes, can anyone tell me how to do it? > > Regards, > Varun > Unfortunately, this piece of functionality is not implemented yet. However, if you want

Re: [libvirt-users] [libvirt] virDomainGetInfo() returns wrong domain state

2013-09-26 Thread Michal Privoznik
On 24.09.2013 16:51, Panday Ritesh Sharma (rpanday) wrote: > > > Hi Team, > > I have written below code to get the VM state at run time. I found, > though the VM is in shut-off state, when I use the function > virDomainGetInfo(); I get state as running. Could you please let me > know what wron