Re: [libvirt-users] Libvirt fullscreen sdl problem

2014-11-24 Thread Krutskikh Ivan
Has anyone ever tried this? Or this is barely supported scenario? Kind of confused here 2014-11-21 13:33 GMT+03:00 Дориан Грей : > Hi all, > > I use libvirt/kvm for my virtualization needs and have a little scerio in > mind that I want to implement: a small linux box boots up, launches an X > ses

[libvirt-users] how to modify virsh vm start script

2014-11-24 Thread Ady Wahyudi Paundu
I use libvirt to manage a QEMU/KVM system. Starting a VM only by using > virsh start vmname What I want to know is how to add an option to virsh vm's start script, in my case I want to add QEMU logging option (-d and -D). I can see from > ps aux | grep qemu that current VM started using virsh n

Re: [libvirt-users] Live Disk Snapshot Not Supported

2014-11-24 Thread Eric Blake
On 11/23/2014 04:15 AM, Payes Anand wrote: > # virsh snapshot-create-as small snap1 --disk-only --atomic > error: Operation not supported: live disk snapshot not supported with this > QEMU binary > OS used: CentOS 7 Libvirt can't do live snapshots if the underlying qemu cannot. Since you are usin

Re: [libvirt-users] Put virbr0 in promiscusous

2014-11-24 Thread Sagar Shedge
Hi Michal, Ok. Fine. Will do the same. Regards, Sagar On Mon, Nov 24, 2014 at 6:29 PM, Michal Privoznik wrote: > On 24.11.2014 13:51, Sagar Shedge wrote: > >> Hi Michal, >> >> Ok. >> >> Please can you try this scenario once you get free time. Currently my >> hypervisor is Ubuntu 14.04 LTS 3.

Re: [libvirt-users] Put virbr0 in promiscusous

2014-11-24 Thread Michal Privoznik
On 24.11.2014 13:51, Sagar Shedge wrote: Hi Michal, Ok. Please can you try this scenario once you get free time. Currently my hypervisor is Ubuntu 14.04 LTS 3.13.0-24-generic. Meanwhile I will try this with some other Linux kernel also. Mail me if you find anything related to this. It will be

Re: [libvirt-users] Put virbr0 in promiscusous

2014-11-24 Thread Sagar Shedge
Hi Michal, Ok. Please can you try this scenario once you get free time. Currently my hypervisor is Ubuntu 14.04 LTS 3.13.0-24-generic. Meanwhile I will try this with some other Linux kernel also. Mail me if you find anything related to this. It will be helpful. Thanks for reply. Regards, Sagar

[libvirt-users] Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

2014-11-24 Thread hong-hua....@freescale.com
Hi, We try PCI Passthrough of host network devices on PPC platform. http://wiki.libvirt.org/page/Networking#Assignment_with_.3Cinterface_type.3D.27hostdev.27.3E_.28SRIOV_devices_only.29 But we got a similar issue as below that reported on RedHat before: https://bugzilla.redhat.com/show_bug.cgi?id

Re: [libvirt-users] Libvirt Live Migration

2014-11-24 Thread Dhia Abbassi
I will try a newer version. On 24 November 2014 at 11:30, Michal Privoznik wrote: > On 24.11.2014 11:23, Dhia Abbassi wrote: > >> Thanks for your answer, >> >> 1) In this case i'm not using shared storage, the migration is happening >> between two non-shared storage with full disk copy >> 2) I a

Re: [libvirt-users] Libvirt Live Migration

2014-11-24 Thread Michal Privoznik
On 24.11.2014 11:23, Dhia Abbassi wrote: Thanks for your answer, 1) In this case i'm not using shared storage, the migration is happening between two non-shared storage with full disk copy 2) I already created the file with same size, and the vm works properly after a restart, my problem that it

Re: [libvirt-users] Put virbr0 in promiscusous

2014-11-24 Thread Michal Privoznik
On 12.11.2014 14:55, Sagar Shedge wrote: Hi , I have two virtual machines VM1 and VM2. Then I have added eth0 of my VM to 'default' network. Use case :- I want to monitor all traffic on virbr0('default' network). Steps followed :- 1. Add VM1 eth0 to virbr0 2. Add VM2 eth1 to virbr0 3. brctl

Re: [libvirt-users] Libvirt Live Migration

2014-11-24 Thread Dhia Abbassi
Thanks for your answer, 1) In this case i'm not using shared storage, the migration is happening between two non-shared storage with full disk copy 2) I already created the file with same size, and the vm works properly after a restart, my problem that it remains paused and I can't resume it until

Re: [libvirt-users] Libvirt Live Migration

2014-11-24 Thread Michal Privoznik
[dropping libvir-list] On 20.11.2014 13:11, Dhia Abbassi wrote: I'm trying to implement a virtualization API. I was testing migration with libvirt I got some problems. When I use the following command : *virsh migrate --live --persistent --copy-storage-all vm-clone1 qemu+ssh://server_ip/system