[libvirt-users] Dump network traffic from each VM.

2016-05-04 Thread Julio Faracco
Hi guys, Does anybody know how to dump the network trafic from each virtual machine using libvirt? Here, we usually use VPN softwares and other network tools inside Virtual Machines (Windows and Linux). Sometimes, this applications does not work properly, so we need to dump the network traffic of

Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Paul Carlton
On 04/05/16 14:30, Cole Robinson wrote: On 05/04/2016 09:25 AM, Paul Carlton wrote: On 04/05/16 14:07, Cole Robinson wrote: On 05/04/2016 06:54 AM, Paul Carlton wrote: Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If th

Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Cole Robinson
On 05/04/2016 09:25 AM, Paul Carlton wrote: > > > On 04/05/16 14:07, Cole Robinson wrote: >> On 05/04/2016 06:54 AM, Paul Carlton wrote: >>> Hi >>> >>> I'm trying to create a volume in an existing storage pool using python by >>> calling createXML() on the pool object. >>> If the file that is the

Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Paul Carlton
On 04/05/16 14:07, Cole Robinson wrote: On 05/04/2016 06:54 AM, Paul Carlton wrote: Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If the file that is the subject of the new volume exists you get and error, also if it doesn

Re: [libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Cole Robinson
On 05/04/2016 06:54 AM, Paul Carlton wrote: > Hi > > I'm trying to create a volume in an existing storage pool using python by > calling createXML() on the pool object. > If the file that is the subject of the new volume exists you get and error, > also if it doesn't exist > > I worked out that s

[libvirt-users] dhcpd (via systemd) @boottime which does not wait for the interface..

2016-05-04 Thread lejeczek
hi users I have my dhcpd to serve nothing but virbr0 (libvirt), OS is Centos 7.2 Dhcpd would not start, complaining like this: No subnet declaration for virbr0 (no IPv4 addresses). ** Ignoring requests on virbr0.  If this is not what    you want, please write a subnet declaration    in your dhcpd

[libvirt-users] [Ceph] blockInfo cannot work with network type disk

2016-05-04 Thread ZhiQiang Fan
Hi devs & users, The Telemetry service of OpenStack, project code name Ceilometer, is using libvirt.domain.blockInfo() to get disk's physical, allocation and capacity information [1]. However, when disk is network type with protocol ceph, the blockInfo() always fail with: libvirtError: internal er

[libvirt-users] [libvirt] Creating a storage volume for raw format file

2016-05-04 Thread Paul Carlton
Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If the file that is the subject of the new volume exists you get and error, also if it doesn't exist I worked out that specifying path to copy of file works, seemingly b