similar to: libvirt on OpenStack

Displaying 20 results from an estimated 100 matches similar to: "libvirt on OpenStack"

2020 Oct 14
3
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote: > > On Tue, Oct 13, 2020 at 7:15 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > > > On Tue, Oct 13, 2020 at 06:45:42PM +0300, Nir Soffer wrote: > > > > I think this is the right solution - when
2020 Nov 09
1
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Mon, Nov 09, 2020 at 09:16:33AM +0200, Yedidyah Bar David wrote: > On Wed, Oct 14, 2020 at 8:54 AM Yedidyah Bar David <didi@redhat.com> wrote: > > > > On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > > > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote: > > > > On Tue, Oct 13, 2020 at 7:15 PM
2013 May 09
1
Getting libvirt Error when setting IO tune read_bytes_sec value using libvirt API virDomainSetBlockIotune
Hi All, I am setting the value for "read_bytes_sec" using the following API code virDomainSetBlockIoTune(dom, "/mnt/tmpsdb/FileVM1", parainfoPtr, nparams, 2); I am succesfully able to set this value and i can read it back using the API virDomainGetBlockIoTune(dom,"/mnt/tmpsdb/FileVM1",parainfoPtr,&nparams,2); But after setting this value when i shutdown
2020 Nov 09
0
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Wed, Oct 14, 2020 at 8:54 AM Yedidyah Bar David <didi at redhat.com> wrote: > > On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones at redhat.com> wrote: > > > > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote: > > > On Tue, Oct 13, 2020 at 7:15 PM Richard W.M. Jones <rjones at redhat.com> wrote: > > > > > > >
2014 Apr 09
2
disk iotune
Hi, reading the below[1] on blkdeviotune made me wonder if we can dynamically change the values after the VM is already running using iotune. Is it supported? Thanks, Doron [1] https://fedoraproject.org/wiki/QA:Testcase_Virtualization_IO_Throttling
2020 Jan 13
0
Re: error: internal error: Unable to parse 'rbps=max wbps=max riops=100 wiops=max' as an integer
On Mon, Jan 13, 2020 at 01:42:24AM +0100, Oliver Dzombic wrote: > Hi, > > i am running: > > libvirt-5.6.0-5.fc31.x86_64 > 5.4.8-200.fc31.x86_64 > > > Using: > > <blkiotune> > <device> > <path>/dev/sda1</path> > <read_iops_sec>100</read_iops_sec> >
2014 Aug 25
2
help? looking for limits on in-flight write operations for virtio-blk
Hi, I'm trying to figure out what controls the number if in-flight virtio block operations when running linux in qemu on top of a linux host. The problem is that we're trying to run as many VMs as possible, using ceph/rbd for the rootfs. We've tripped over the fact the the memory consumption of qemu can spike noticeably when doing I/O (something as simple as "dd" from
2014 Aug 25
2
help? looking for limits on in-flight write operations for virtio-blk
Hi, I'm trying to figure out what controls the number if in-flight virtio block operations when running linux in qemu on top of a linux host. The problem is that we're trying to run as many VMs as possible, using ceph/rbd for the rootfs. We've tripped over the fact the the memory consumption of qemu can spike noticeably when doing I/O (something as simple as "dd" from
2012 Oct 29
1
libvirt and cgroups/blkio
Hi, is there a way to configure blkio via libvirt (xml)? Regards Erkan -- ?ber den grenzen mu? die freiheit wohl wolkenlos sein
2012 Nov 26
1
Block device IO limits
Hi all, is there a way to limit the throughput (or the number of operations per seconds) of a block device? I ask because I've a couple of misconfigured VMs that are performing a lot of disk activity (swapping I'd bet but I haven't access to their OS). Since their storage is on a NFS share they are slowing down other VMs on the same share. Thank you. Davide.
2014 Jan 19
3
Yet another disk I/O performance issue
Hi all, I'm running a VM using libvirt+KVM and I have a disk performance issue. The host is the following: 4 cores Intel Xeon 5140@2.33 GHz, 16 GB of RAM, SATA HDD, OS Debian Wheezy, libvirt 0.9.12-11, QEMU-KVM 1.1.2+dfsg-2. The guest: 1 CPU, 2 GB RAM running Debian 7.0, image in compressed qcow2 format. When I try do run "dd if=/dev/zero of=io.test bs=32768k count=40" I get
2014 Jul 06
4
qemu-kvm version for CentOS
WHY CentOS still using qemu-kvm 0.12? What I am need is high version of qemu-kvm for CentOS, but seems like they do not officially provide newest qemu, only qemu 0.12 source code with 3522 patched rpm package. Is there any reasonable to keep low version for qemu-kvm ? or what should I do if I need newest qemu-kvm rpm package? ✉ -- 朴元奎 kerwin
2014 Apr 10
0
Re: disk iotune
On 04/09/2014 08:02 AM, Doron Fediuck wrote: > Hi, > reading the below[1] on blkdeviotune made me wonder if we can dynamically > change the values after the VM is already running using iotune. > > Is it supported? Yes. 'virsh blkdeviotune' will do it (which makes calls to the underlying virDomainSetBlockIoTune() API). -- Eric Blake eblake redhat com +1-919-301-3266
2014 Jul 06
0
Re: qemu-kvm version for CentOS
Centos is not going to generally have the cutting edge stuff. For that why not try fedora which will generally package with the newest libraries from various packages, including qemu . I think the current fedora repos have qemu 2.1 > On Jul 6, 2014, at 10:01 AM, kerwin <piaoyuankui@gmail.com> wrote: > > WHY CentOS still using qemu-kvm 0.12? > > What I am need is high
2023 Mar 30
0
About libvirt domain dump state and persistent state
Hi all, I use libvirt-go in my agent to attach rbd volumes. I ofen suffer the issue of incosistent of domain dump xml and domain persistent xml file. For example, when I try to attach volume, the the domain by ?virConnectListAllDomains? api from libvirt tell me the vdf or 0x0a is empty, but when attach it with the vdf device or 0x0a address, qemu return the error duplicated with vdf or PCI
2010 Feb 15
3
My first type/provider - does nothing...
Hi list, i tried to write my first type and provider that should create logical volumes. Seems like i''m missing something as i get nothing when i use it: No errors and no logical volume :-( type/logicalvolume.rb: ================= Puppet::Type.newtype(:logicalvolume) do @doc = "Manage logical volumes" ensurable newparam(:lvname) do desc "The logcal
2017 Jul 07
2
I/O error for one folder within the mountpoint
Hi Ravi, thanks for your answer, sure there you go: # gluster volume heal applicatif info Brick ipvr7.xxx:/mnt/gluster-applicatif/brick <gfid:e3b5ef36-a635-4e0e-bd97-d204a1f8e7ed> <gfid:f8030467-b7a3-4744-a945-ff0b532e9401> <gfid:def47b0b-b77e-4f0e-a402-b83c0f2d354b> <gfid:46f76502-b1d5-43af-8c42-3d833e86eb44> <gfid:d27a71d2-6d53-413d-b88c-33edea202cc2>
2014 Jul 07
0
Re: qemu-kvm version for CentOS
On 06.07.2014 16:01, kerwin wrote: > WHY CentOS still using qemu-kvm 0.12? > > What I am need is high version of qemu-kvm for CentOS, but seems like > they do not officially provide newest qemu, only qemu 0.12 source code > with 3522 patched rpm package. With distros it's always a question of stability vs bleeding edge. It's not possible to have git builds every day and
2018 Dec 12
0
No inbound or outbound
I'm trying to set up a 2nd DC.  The primary is a Server 2003 (ads1).  But DNS is being done on a Linux proxy server.  It appears that I have joined correctly (wbinfo -t: checking the trust secret for domain SAMDOM via RPC calls succeeded).  But when I check inbound and outbound (samba-tool drs showrepl) I get the following: > Default-First-Site-Name\ATHENA > DSA Options: 0x00000001
2017 Jul 07
0
I/O error for one folder within the mountpoint
What does the mount log say when you get the EIO error on snooper? Check if there is a gfid mismatch on snooper directory or the files under it for all 3 bricks. In any case the mount log or the glustershd.log of the 3 nodes for the gfids you listed below should give you some idea on why the files aren't healed. Thanks. On 07/07/2017 03:10 PM, Florian Leleu wrote: > > Hi Ravi, >