Re: [libvirt-users] Not able to do ssh with libvirt

2013-01-24 Thread john fisher
Oh I didn't get that its a way of remote-controlling libvirtd without using the native login shell on the hypervisor. I am curious to know what advantage that gets you? ... I must be missing something that I probably need to understand. For instance, if I wanted a remote X interface I would hav

Re: [libvirt-users] not able to stop vmware player node through libvirt API

2013-01-24 Thread Pierre Schweitzer
Hi, from my own experience, I spotted that libvirt, when interfaced with vmware always attempt to issue soft reboots for destroy action (as you can see from CL). Whereas it appears that they are likely to fail. Switching to hard shutdown works. As you can't fix libvirt (unless you want), I'd r

[libvirt-users] not able to stop vmware player node through libvirt API

2013-01-24 Thread varun bhatnagar
Hi, I have started one node through libvirt API using its start method. I am trying to stop that node using the *destroy *method provided by the API but I am not able to do so. Instead, I am getting one message saying: *libvir: error: internal error Child process (vmrun -T player stop /root/test_

Re: [libvirt-users] [libvirt] libvirt -- add virtio-scsi disk with scsi-generic

2013-01-24 Thread Osier Yang
On 2013年01月24日 17:46, 韩诚 wrote: > Thank you~ > > I'd like to know when it is supported? Is it on schedule? Right, it's not supported yet, it's on my TODO list (yes, on schedule), but it will be after the patches for "Migration with NPIV". Even might be after (or before) integration of ivshmem ser

Re: [libvirt-users] libvirt -- add virtio-scsi disk with scsi-generic

2013-01-24 Thread 韩诚
Thank you~ I'd like to know when it is supported? Is it on schedule? 2013/1/24 Paolo Bonzini : > Il 24/01/2013 10:08, 韩诚 ha scritto: >> Hi, Paolo, All, >> >> I read "virtio-scsi support proposal >> v2"(http://permalink.gmane.org/gmane.comp.emulators.libvirt/50428). >> Try to add a virtio-scsi wit

[libvirt-users] libvirt -- add virtio-scsi disk with scsi-generic

2013-01-24 Thread 韩诚
Hi, Paolo, All, I read "virtio-scsi support proposal v2"(http://permalink.gmane.org/gmane.comp.emulators.libvirt/50428). Try to add a virtio-scsi with scsi-generic like this: But It turn out to be wrong, showing: error: Failed to define domain from

Re: [libvirt-users] libvirt -- add virtio-scsi disk with scsi-generic

2013-01-24 Thread 韩诚
2013/1/24 韩诚 : > Hi, Paolo, All, > > I read "virtio-scsi support proposal > v2"(http://permalink.gmane.org/gmane.comp.emulators.libvirt/50428). > Try to add a virtio-scsi with scsi-generic like this: > > > > > > > > > > > > But It turn out to be wrong,

Re: [libvirt-users] libvirt -- add virtio-scsi disk with scsi-generic

2013-01-24 Thread Paolo Bonzini
Il 24/01/2013 10:08, 韩诚 ha scritto: > Hi, Paolo, All, > > I read "virtio-scsi support proposal > v2"(http://permalink.gmane.org/gmane.comp.emulators.libvirt/50428). > Try to add a virtio-scsi with scsi-generic like this: > > > > > > > > > > > > But