similar to: [qemu-kvm] Network bandwidth limits via libvirt

Displaying 20 results from an estimated 2000 matches similar to: "[qemu-kvm] Network bandwidth limits via libvirt"

2017 Jun 15
1
[qemu-kvm] Network bandwidth limits via libvirt
Hi all, I try to understand why the network bandwidth limits are not applied to my ubuntu 16.04.2 VM (qemu-kvm driver) and I would need some insights. I create my VM network with virsh and when I issue a dumpxml on my network, I can see that bandwidth limits are set: virsh # net-dumpxml nat_limit <network> <name>nat_limit</name>
2015 Sep 29
0
Re: VirtualBox + Virsh
On Tue, Sep 29, 2015 at 2:54 AM, Julian Zhou <jzhou2oo6@gmail.com> wrote: > Hi I am trying to add a virtualbox domain to my virsh installation, I get: > > error: Failed to define domain from Ondria.xml >> > <https://gist.github.com/jztech101/5aeebb82412c1910dc1f> > https://gist.github.com/jztech101/5aeebb82412c1910dc1f << error: internal > error:
2018 Aug 08
0
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
On Wed, Aug 08, 2018 at 10:58:50AM +0200, Holger Schranz wrote: > checking for JANSSON... no This is the problem. In 4.6.0 we just switched to using JANSSOn instead of yajl for JSON parsing. Your host doesn't have the development headers installed for jansson.... > configure: > configure: Configuration summary > configure: ===================== > configure: > configure:
2019 Sep 15
3
virsh -c lxc:/// setvcpus and <vcpu> configuration fails
Hi folks! i created a server with this XML file: <domain type='lxc'> <name>lxctest1</name> <uuid>227bd347-dd1d-4bfd-81e1-01052e91ffe2</uuid> <metadata> <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0"> <libosinfo:os id="http://centos.org/centos/6.9"/>
2015 Jan 10
2
missing backend for pool type 5 (iscsi)
Hi, I try to define an iscsi pool with virsh but I always get the following error : error :internal error: missing backend for pool type 5 (iscsi) And yet libvirt was compiled with iscsi support : configure: Storage Drivers configure: configure: Dir: yes configure: FS: yes configure: NetFS: yes configure: LVM: yes configure: iSCSI: yes configure: SCSI: yes configure:
2015 Jan 12
0
Re: missing backend for pool type 5 (iscsi)
On 10.01.2015 11:42, Mathieu Bouillaguet wrote: > Hi, > > I try to define an iscsi pool with virsh but I always get the following > error : > > error :internal error: missing backend for pool type 5 (iscsi) > > And yet libvirt was compiled with iscsi support : > configure: Storage Drivers > configure: > configure: Dir: yes > configure: FS: yes >
2019 Nov 21
2
Fail to build upstream libvirt on rhel8
Hello, A compilation failure happened when I tried building libvirt latest code on rhel8 Version: gcc-8.3.1-4.5.el8.x86_64 libvirt v5.9.0-352-g5e939cea89 Steps: 1. Clone libvirt source code 2. Create build dir, and run autogen.sh # cd libvirt # mkdir build && cd build # ../autogen.sh --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix=
2019 Nov 26
0
Re: Fail to build upstream libvirt on rhel8
On 11/21/19 3:18 AM, Han Han wrote: > Hello, > A compilation failure happened when I tried building libvirt latest code > on rhel8 > > Version: > gcc-8.3.1-4.5.el8.x86_64 > libvirt v5.9.0-352-g5e939cea89 > > Steps: > 1. Clone libvirt source code > 2. Create build dir, and run autogen.sh > # cd libvirt > # mkdir build && cd build > # ../autogen.sh
2003 Feb 18
4
glm and overdispersion
Hi, I am performing glm with binomial family and my data show slight overdispersion (HF<1.5). Nevertheless, in order to take into account for this heterogeneity though weak, I use F-test rather than Chi-square (Krackow & Tkadlec, 2001). But surprisingly, outputs of this two tests are exactly similar. What is the reason and how can I scale the output by overdispersion ?? Thank you,
2012 Sep 18
1
libvirt 0.10 and cephx
Hello, Current version adding 'auth_supported=none' at the end of disk path and failing to do an authentication with specified cephx key: <source protocol='rbd' name='rbd/vmxxxxxxxxx:id=qemukvm:key=[cut]==:auth_supported=cephx'> <host name='10.0.0.13' port='6789'/> <host name='10.0.0.10' port='6789'/>
2019 Feb 04
2
Installing libvirt and Xen on Red Hat 7.5
Hi, I am installing OpenStack on Red Hat 7.5. For Nova compute component, I choose libvirt and Xen. However, I am running into some problems. It seems libvirt is unable to communicate with Xen. Xen installation: I installed Xen410 using "Xen make easy" https://xen.crc.id.au/support/guides/install/. Here is a list of packages installed and verification that Xen is running. #
2014 Sep 23
1
Running the test fails virnetmessagetest with libvirt 1.2.8
Hello I apologize in advance for my English. I compiled the new version of libvirt 1.2.8 on an environment Development Linux from Scratch with the following configure: configure: Configuration summary configure: ===================== configure: configure: Drivers configure: configure: Xen: no configure: QEMU: yes configure: UML: yes configure: OpenVZ: no configure: VMware:
2013 Sep 18
1
problem with sheepdog backend when creating a pool
Hello all, I am getting a error, when creating a sheepdog pool via libvirt. libvirt is compiled as: ./configure --prefix=/opt/libvirt --without-xen --with-yajl --with-storage-sheepdog=/opt/sheepdog Sheepdog is functional, when creating manually a vdi via "qemu-img" and than using as disk in libvirt. The error looks like this: internal error missing backend for pool type 9 The
2010 Sep 19
1
libvirt support for sheepdog file system
Hi Everyone, I am planning to extend libvirt to support sheepdog for qemu/kvm and found that storage code is placed in src/storage. Storing files in sheepdog is independent of file system and we just need to specify vm-name on qemu command ine. Here are the following comands used for creating and running a VM using qemu qemu-img create sheepdog:MyImage001 25G qemu-system-x86_64
2015 Nov 24
2
libvirtd doesn't attach Sheepdog storage VDI disk correctly
Hi, I am trying to use libvirt with sheepdog. I am using Debian 8 stable with libvirt V1.21.0 I am encountering a Problem which already has been reported. ================================================================= See here: http://www.spinics.net/lists/virt-tools/msg08363.html ================================================================= qemu/libvirtd is not setting the path
2011 Aug 25
1
(no subject)
Hi, I?ve used the libvirt and sheepdog, they are so great! But I have one question about libvirt and sheepdog. As we know, I can use this command to create a sheepdog image, #qemu-img create ?f raw sheepdog:fedora15.img 40G but how can I create a pool and volume for sheepdog with the xml of libvirt ? ________________________________ This email (including any attachments) is
2014 Feb 11
0
CEBA-2014:0157 CentOS 6 netcf Update
CentOS Errata and Bugfix Advisory 2014:0157 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0157.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: faea977d1108bedc8cd8711ee021e874d8870d443444098fec39c4e2ecabe413 netcf-0.1.9-4.el6_5.2.i686.rpm
2015 Mar 27
1
答复: 答复: 答复: libvirtd can't start
Laine, you are right, some packages mixed: [root@openstack3 ~]# rpm -qa | grep '\(libvirt\|netcf\|libnl\)' | sort libnl-1.1.4-3.el7.x86_64 libnl3-3.2.21-7.el6.x86_64 libnl3-cli-3.2.21-7.el6.x86_64 libnl3-debuginfo-3.2.21-7.el6.x86_64 libnl-debuginfo-1.1.4-3.el7.x86_64 libnl-devel-1.1.4-3.el7.x86_64 libvirt-client-1.1.1-29.el7_0.3.x86_64 libvirt-daemon-1.1.1-29.el7_0.3.x86_64
2015 Nov 30
1
Re: libvirtd doesn't attach Sheepdog storage VDI disk correctly
Hi, I tried two different approaches. 1.) Convert an existing Image with qemu-img ================================================ qemu-img convert -t directsync lubuntu-14.04.3-desktop-i386.iso sheepdog:lubuntu1404.iso ================================================= results in ==================================================== root@orion2:/var/lib/libvirt/xml# virsh vol-dumpxml --pool
2013 Feb 18
0
Sheepdog support in libguestfs (was: Re: About features of libguestfs)
On Mon, Feb 18, 2013 at 11:28:47AM +0800, Edwin Cen wrote: > I wonder if libguestfs supports sheepdog which means if I can inject > some config info into virtual machine built on sheepdog with > libgeustfs or not? If the current version cannot support it can I > change something to make it happen? It's likely that sheepdog could be made to work, and adding support would probably