[libvirt-users] sluggish behavior

2014-05-20 Thread Ainsworth, Thomas
Greetings, This is my first stab at this mailing list. Forgive me if I am over/under verbose. We have been running KVM for a while now and love it. Recently I have noticed a weird anomaly that is getting on my nerves. When I clone (GUI or virt-clone from CLI) both* virt-manager* and *virsh* en

[libvirt-users] [LXC] feature request - hostdev target

2014-05-20 Thread Piotr Bartosiewicz
Hi, I am trying to mount /dev/tty5 from host as /dev/tty1 inside LXC container, but libvirt currently supports only 1-to-1 mapping: /dev/tty5 What do you thing about extending this by adding target parameter? It is easy to archive manually using mknod (mknod /dev/tty1 c 4 5

Re: [libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Srinivas_G_Gowda
> Hmm, assuming we're both looking at the same diagram, I think > your interpretation is wrong. Figure 18.4 (under section 18.3.1) > is showing one virtual network (192.168.122.0/24) with two guests > attached to it. I don't see any examples there which describe > setup for 2 virtual networks. Ye

Re: [libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Daniel P. Berrange
On Tue, May 20, 2014 at 06:35:54AM -0700, srinivas_g_go...@dell.com wrote: > Thanks Daniel. > > Why was I trying to do something like this ? > Two reasons > > 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq) > > https://access.redhat.com/site/documentation/en-US

Re: [libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Srinivas_G_Gowda
Thanks Daniel. Why was I trying to do something like this ? Two reasons 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq) https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Virtualization_Administration_Guide/index.html#sect

Re: [libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Daniel P. Berrange
On Tue, May 20, 2014 at 01:59:42AM -0700, srinivas_g_go...@dell.com wrote: > Is it possible to configure 2 virtual nics in the same ip range ? Nope, that's unsupported. We need to key various things off the IP address + mask used for the NIC, so you can't have multiple nets with the same address +

[libvirt-users] Need help with [virt net-create]

2014-05-20 Thread Srinivas_G_Gowda
Is it possible to configure 2 virtual nics in the same ip range ? Here is what I am trying. This works cat nw1.xml nw1 [root@localhost nw]# virsh net-create nw1.xml Network nw1 created from nw1.xml [root@localhost nw]# virsh net-list --al