Displaying 20 results from an estimated 4000 matches similar to: "dumpxml removes <source> portion from network descritiption"
2014 Jun 19
0
Re: dumpxml removes <source> portion from network descritiption
On 06/19/2014 02:47 PM, Thomas Stein wrote:
> Hello.
>
> I have a strange error with one of my VMs. If i use dumpxml to save a VM
> description the source part of the network part is missing. This prevents
> redifining the machine from the dumped xml file:
>
> This is how it looks before dumpxml:
>
> <interface type='bridge'>
> <mac
2016 Aug 14
4
Nested KVM issue
________________________________
From: centos-virt-bounces at centos.org <centos-virt-bounces at centos.org> on behalf of Laurentiu Soica <laurentiu at soica.ro>
Sent: Sunday, August 14, 2016 10:17 AM
To: Discussion about the virtualization on CentOS
Subject: Re: [CentOS-virt] Nested KVM issue
More details on the subject:
I suppose it is a nested KVM issue because it raised after I
2016 Aug 14
2
Nested KVM issue
Reports posted look good for me. Config should provide the best available performance
for cloud VM (L2) on Compute Node.
1. Please, remind me what goes wrong from your standpoint ?
2. Which CPU is installed on Compute Node && how much RAM ?
Actually , my concern is :-
Number_of_ Cloud_VMs versus Number_CPU_Cores ( not threads)
Please, check `top` report in
2016 Aug 15
2
Nested KVM issue
I would attempt to decrease number of VCPUS allocated to cloud VMs.
Say try 4 => 2 . My guess there is not enough VCPUs to run OS itself.
I also guess CPU model << Haswell. Please , confirm ( or not) if possible.
Since Haswell was launched via my experience Intel Xeons based on this kernel (or latter kernels ) behaves much better then SandyBridge or IvyBridge based.
Boris.
2012 Dec 03
1
Strange QoS behavior
Hi,
I'm having some weird problem with the setup of the QoS on a bridged network.
As the docs states, outbound/inbound average speed should be expressed in KBps (KBytes per second) but in order to get a maximum speed of 10Mbps (megabits per second) surprising enough I have to use 2560 on the guest (not 1280 as expected).
Using 1280 units I get a speed og 5Mbps.
I'm aware of peak and
2018 May 02
2
changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
Greetings,
when execute lspci inside my vm linux guest, I see this:
:/# lspci | grep -i scsi
03:00.0 SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
I don't see any such address in my xml file, is it possible to move that controller to another pci addr?
Thanks,
Dagg.
2018 May 05
1
Re: changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
Greetings Jano,
> Sent: Thursday, May 03, 2018 at 1:44 PM
> From: "Ján Tomko" <jtomko@redhat.com>
> To: daggs <daggs@gmx.com>
> Cc: libvirt-users@redhat.com
> Subject: Re: [libvirt-users] changing pci addr of SCSI storage controller: Red Hat, Inc Virtio block device (rev 01)
>
> On Wed, May 02, 2018 at 07:29:23PM +0200, daggs wrote:
> >Greetings,
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>
2012 Dec 03
1
Strange behavior of QoS
Hi,
I'm having some weird problem with the setup of the QoS on a bridged network.
As the docs states, outbound/inbound average speed should be expressed in KBps (KBytes per second) but in order to get a maximum speed of 10Mbps (megabits per second) surprising enough I have to use 2560 on the guest (not 1280 as expected).
Using 1280 units I get a speed og 5Mbps.
I'm aware of peak and
2014 Oct 29
1
Can't specify filename.xml when using virsh dumpxml
Hi all,
Do you have any idea about this error?
virsh # dumpxml csg01win7test > domain.xml
error: unexpected data '>'
Regards,
Allen
2014-10-28
Allen Qiu
2017 Sep 04
1
[virtual interface] detach interface during boot succeed with no changes
Hi guys,
when I detach an interface from vm during boot (vm boot not finished), it
always fail. I'm not sure if there is an existing bug. I have
confirmed with someone that for disk, there is similar behavior, if
this is also acceptable?
# virsh destroy rhel7.2; virsh start rhel7.2 ;sleep 2; virsh
detach-interface rhel7.2 network 52:54:00:98:c4:a0; sleep 2; virsh
dumpxml rhel7.2 |grep
2016 Mar 18
2
Networking in KVM
Paul,
On Thu, Mar 17, 2016 at 5:47 PM, Digimer <lists at alteeve.ca> wrote:
> On 17/03/16 04:47 PM, paul.greene.va at verizon.net wrote:
> > Thanks, I followed the 2nd article, and it got the existing virtual
> > machines communicating with each other.
>
Right, so your VMs are on the same bridge group now (at Layer2 of OSI).
> >
> > However, any new
2014 Feb 12
2
F20 Virt-Manager with MacVTap not working
Hello,
I've setup a VM with default networking (NAT) and this works fine but hosts
on my LAN can't get to the VM since it uses NAT.
When I try to set network to use MacVTap with either default or bridged I
get no networking for the VM.
Any hints around this? I would like to have the VM's on the same LAN as my
host and other machines. I don't care if the VM host can't reach the
2014 Feb 18
3
Re: Problems with qemu-system-arm and isa-serial
On Tue, Feb 18, 2014 at 09:10:58AM +0100, Martin Kletzander wrote:
> On Mon, Feb 17, 2014 at 05:01:05PM +0100, Niccolo Rigacci wrote:
> > Hi,
> >
> > I'm trying to use libvirt for an armel virtual machine hosted
> > into an x86_64 box.
> >
> > I know the command line to start qemu-system-arm directly, but I
> > cannot figure a proper .xml
2012 Sep 11
1
dumpxml and edit the vm xml are not match.
I use vnc with password for the vm graphics, it works well.
When I want to dump the xml of the vm, I found that the dumped xml does not
contains the password properties in the graphics node.
But when I use virsh edit to check the xml of the vm, I found the password
is displayed.
It's it a bug or it's just what libvirt designed to perform.
--
Focus on: Server Vitualization, Network
2017 Oct 26
5
Re: Need to increase the rx and tx buffer size of my interface
Hi Ashish,
I have tested with your xml in the first mail, and it works for
rx_queue_size(see
below).
multiqueue need to work with vhost backend driver. And when you set
"queues=1" it will ignored.
Please check your qemu-kvm-rhev package, should be newer than
qemu-kvm-rhev-2.9.0-16.el7_4.2
And the logs?
tx_queue_size='512' will not work in the guest with direct type interface,
2015 Nov 09
2
availability of target type state within a dumpxml result
Hi,
I'm trying to find out what is the minimum release I need to use to have this field 'state' available ?
<channel type='unix'>
<source mode='bind' path='//var/lib/libvirt/qemu/dummy_agent'/>
<target type='virtio' name=dummy' state='connected'/>
<alias name='channel0'/>
<address
2013 Jul 17
2
Libvirt "tc ingress qdisc" automatically removed by ovs vlan tag setting, how?
With outbound QoS setting in Libvirt XML, libvirt will add a tc
ingress qdisc for traffic shaping. Then if you set VLAN tag to that
tap device, this qdisc will automatically gone by no reason.
Could anyone shed some lights where should I look into? I'm really
confused and got no clue here. Thanks!
Steps to reproduce
--
# virsh start instance-name
# virsh dumpxml instance-name
...
2017 Jun 14
3
virtual drive performance
Hi,
I'm investigating a performance issue on a virtualized windows server
host that is run on a ubuntu machine via libvirt/qemu. While the host
can easily read/write on the raid drive with 100Mmb/s as observable with
dd, the virtualized windows server running on that host is barely able
to read/write with at most 8Mb/s and averages around 1.4Mb/s. This has
grown to the extent that the
2016 Mar 17
2
Networking in KVM
<div style="FONT-FAMILY: Arial; COLOR: rgb(0, 0, 0); FONT-SIZE: 12px"><div>Thanks, I followed the 2nd article, and it got the existing virtual machines communicating with each other.<br /><br />However, any new virtual machines I created after making the changes can't communicate with anything, they can't even get out to the internet, even if I manually