Re: [libvirt-users] problem with libvirt and ovs bridge

2014-10-28 Thread Laine Stump
On 10/28/2014 12:32 PM, Anna Giannakou wrote: > Hello, > I have created an ovs bridge on which i have attached a port. I would > like to connect my vm to that port,so i have created an xml defining > the network. > The xml is: > > ovs-snort > > > > > but when i

Re: [libvirt-users] problem with libvirt and ovs bridge

2014-10-28 Thread Kashyap Chamarthy
[Please keep such technical discussions on list, so others can correct me or might have better ideas.] On Tue, Oct 28, 2014 at 06:08:02PM +0100, Anna Giannakou wrote: > Thank you for the quick reply. I tried to remove the type='openvswitch'/> line from the network xml and now the network is > cr

Re: [libvirt-users] problem with libvirt and ovs bridge

2014-10-28 Thread Kashyap Chamarthy
On Tue, Oct 28, 2014 at 05:32:58PM +0100, Anna Giannakou wrote: > Hello, > I have created an ovs bridge on which i have attached a port. I would like to > connect my vm to that port,so i have created an xml defining the network. > The xml is: > > ovs-snort > > > > > but when i do vir

[libvirt-users] problem with libvirt and ovs bridge

2014-10-28 Thread Anna Giannakou
Hello, I have created an ovs bridge on which i have attached a port. I would like to connect my vm to that port,so i have created an xml defining the network. The xml is: ovs-snort but when i do virsh net-define /tmp/ovsnetwork.xml i get the error error: XML error: unexpected virtua

Re: [libvirt-users] wrong time in guest logs

2014-10-28 Thread Lentes, Bernd
Eric wrote: > -Ursprüngliche Nachricht- > Von: Eric Blake [mailto:ebl...@redhat.com] > Gesendet: Dienstag, 28. Oktober 2014 17:18 > An: Lentes, Bernd; libvirt-ML (libvirt-users@redhat.com) > Betreff: Re: [libvirt-users] wrong time in guest logs > > On 10/28/2014 10:08 AM, Lentes, Bernd wr

Re: [libvirt-users] wrong time in guest logs

2014-10-28 Thread Eric Blake
On 10/28/2014 10:08 AM, Lentes, Bernd wrote: > Hi, [can you convince your mailer to wrap long lines?] > > i have several vm's running on KVM hosts. Recently i found out that the time > in the log-files of the guests (/var/log/libvirt/qemu/xxx.log) is wrong. The > time on the guest itself is ri

Re: [libvirt-users] wrong time in guest logs

2014-10-28 Thread Daniel P. Berrange
On Tue, Oct 28, 2014 at 05:08:45PM +0100, Lentes, Bernd wrote: > Hi, > > i have several vm's running on KVM hosts. Recently i found out that the > time in the log-files of the guests (/var/log/libvirt/qemu/xxx.log) is > wrong. The time on the guest itself is right, just the time in the log-files

[libvirt-users] wrong time in guest logs

2014-10-28 Thread Lentes, Bernd
Hi, i have several vm's running on KVM hosts. Recently i found out that the time in the log-files of the guests (/var/log/libvirt/qemu/xxx.log) is wrong. The time on the guest itself is right, just the time in the log-files is one hour back. Windows and linux vm's are affected. Also on another

[libvirt-users] Will over-allocation of vCPUs be counterproductive to VM Win7 Ultimate?

2014-10-28 Thread Allen Qiu
Hi all, Will over-allocation of vCPUs be counterproductive to VM Win7 Ultimate? I allocated 32 (out of 64 physical cores in 8 NUMA cells, and 128G out of 2T physical RAM) to the VM. But the boot process was extremly slow, actually the desktop screen never showed up then the VM just reboot automa

[libvirt-users] Generate (vCPU pinning) from host NUMA configuration doesn't act accordingly

2014-10-28 Thread Allen Qiu
Hi all, It seems no matter how many vCPU I allocated to the VM, the auto-generated vCPU pinning configuration won't cover more than 8 CPUs. Is that normal? Otherwise what should I do? Will vCPU pinning by virsh be more effective? Regards, Allen 2014-10-28 Allen Qiu___