Displaying 20 results from an estimated 2000 matches similar to: "A file was strangly truncated on OCFS2"
2017 Jul 20
0
OVS+DPDK Problem
Hi All,
First time mailing here.
I have installed on a CentOS 7.0 KVM (with DPDK and OVS) one Deep Packet
Inspection VM.
I have one channel and some virtual traffic generator.
The traffic is lost between dpdk vhostuser and the DPI VM.
The setup is attached. Any suggestions or ideas?
Regarding the OVS+DPDK configuration, the following configuration is
already made:
- SELINUX is disabled
- QEMU
2014 Mar 07
1
Re: create ovs port without root
Thanks for answers,but as I see libvirt call ovs-vsctl that tries to
connect to ovs-vswitchd socket,that have rw to root.how can I specify
socket permissions in vswitchd?
On Thu, Mar 06, 2014 at 02:05:15PM +0400, Vasiliy Tolstov wrote:
> Hello! How can i operate with openvswitch without root rights?
> For example - i can add my user to kvm group and create vm from
> libvirt with my own
2016 Mar 23
0
Re: Using Openvswitch and qemu:///session
On 03/22/2016 02:29 PM, Predrag Ivanovic wrote:
> Hi.
>
> I'd like to use Openvswitch while running libvirt as an unprivileged user (qemu:///session).
> As expected, system session works just fine with OVS.
>
> When I try to start the domain from user session, with the relevant network part of the domain xml edited to use openvswitch, like this
> ---
>
2019 Mar 26
0
Re: Error starting domain: internal error: Unable to add port vnet0 to OVS bridge br0
I added libvirt-users@redhat.com back to the Cc for this response.
Please don't remove the list address when responding to postings on a
mailing list. A message to the list is *much* more likely to reach
someone who knows the answer than is a private message to a single person.
On 3/26/19 10:03 AM, Harsh Gondaliya wrote:
> Mar 26 19:25:01 dpdk-OptiPlex-5040 libvirtd.service: 20423:
2014 Mar 06
0
Re: [ovs-discuss] create ovs port without root
The error that you're showing doesn't appear to be related to permissions; the "ovs-vsctl del-port" command requires that you specify the port that you want to delete.
--Justin
On Mar 6, 2014, at 2:05 AM, Vasiliy Tolstov <v.tolstov@selfip.ru> wrote:
> Hello! How can i operate with openvswitch without root rights?
> For example - i can add my user to kvm group and
2014 Mar 07
0
Re: create ovs port without root
On Thu, Mar 06, 2014 at 02:05:15PM +0400, Vasiliy Tolstov wrote:
> Hello! How can i operate with openvswitch without root rights?
> For example - i can add my user to kvm group and create vm from
> libvirt with my own user, but now i'm failed with creating port.
>
> errors in logs:
> Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
> ovs|00001|vsctl|INFO|Called as ovs-vsctl
2016 May 14
1
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
On 05/13/16 20:04, Laine Stump wrote:
> On 05/13/2016 09:57 AM, Richard Harman wrote:
>> I've debugged this, and I think the interfaceid stuff in network XML
>> isn't doing much besides setting a custom interfaceid in an OpenVSwitch
>> table that really has no effect on the operation of OpenVSwitch. I
>> think the -- set Interface vnet0
2016 May 14
0
Re: libvirt + openvswitch, <parameters interfaceid='x'/> seems less-than-useful?
On 05/13/2016 09:57 AM, Richard Harman wrote:
> Hey folks, I'm working on setting up a Cuckoo sandbox malware lab at
> home, and can't seem to get openvswitch and libvirt to work together
> as-documented. I'm not subscribed to the list, so please reply-all.
> Thanks in advance!
>
> I've debugged this, and I think the interfaceid stuff in network XML
>
2020 Jan 10
0
Re: Connecting a VM to an existing OVS bridge
On 1/4/20 4:48 AM, Amir Sela wrote:
> Hi,
> I have an existing OVS bridge, that I can see in ovs-vsctl and use
> for other purposes.
Does the bridge show up when you run "ovs-vsctl list-br"? Both OVS
bridges I have on my system are seen in that list. I created them both
with "ovs-vsctl add-br BLAH". How did you create your bridges?
>
> I've edited the
2011 Aug 03
0
openvswitch on xen 4.x
A huge thank you to mario from the ''openvswitch on Xen 4.1'' post. I
was having some trouble with using openvswitch with Xen 4.1 (I''m
currently migrating from 4.0.1) until I saw his post and noticed that
the xl.conf needed the full path to the networking script. Made this
change and all is good now. Thank you.
I would like to contribute what I have for using
2013 May 27
2
Using source installed open vswitch with libvirt(or virsh).
P{font-size:10pt; line-height:16; margin-left:0; margin-top:0;
margin-right:0; margin-bottom:0; font-family:gulim;}
(English is not my first language Sorry for my poor English )
OS :
Linux nc233 2632-220171el6x86_64 #1 SMP Tue May 15 17:16:46 CDT 2012 x86_64
x86_64 x86_64 GNU/Linux
CentOS release 63 (Final)
open vswitch : 11190
virsh : 100
ibvirtd (libvirt) :
2010 Jul 19
1
facter fails to recognize OEL/OVS in operatingsystemrelease.rb
For the benefit of those running OEL (Oracle Enterprise Linux) or OVS,
be aware that under 2.6.0rc4 facter doesn''t properly recognize OEL in
/usr/lib/ruby/site_ruby/1.8/facter/operatingsystemrelease.rb. A diff
for a fix is below; probably not the best fix but if you need it work
now, this''ll do it for you.
I''ve already filed a bug:
2016 Mar 22
2
Using Openvswitch and qemu:///session
Hi.
I'd like to use Openvswitch while running libvirt as an unprivileged user (qemu:///session).
As expected, system session works just fine with OVS.
When I try to start the domain from user session, with the relevant network part of the domain xml edited to use openvswitch, like this
---
<interface type='bridge'>
<mac address='52:54:00:4a:ef:bb'/>
2014 Oct 31
0
problem with libvirt and ovs
Hello,
I have defined an ovs network with libvirt (virsh net-define ovs.xml) and created a vm that will connect to that network with virt-install. Although the vm port appears normally if i do an ovs-vsctl show, when i try to set this port as a mirror port for all the traffic in the bridge, the command is executed normaly, but then i cannot see any traffic on the interface.
Could you give me
2017 Jul 11
0
Re: Hot-migration of OVS Vlan configuration
On 07/11/2017 10:47 AM, Antoine Millet wrote:
> Hi list,
>
> I'm using OVS as backend for guest networking on my hypervisors. VLAN
> configuration for each interface is specified into the guest XML
> definition.
>
> When I need to change VLAN configuration of a running guest, I first
> edit the inactive XML to keep the changes for future boots, then I use
> ovs-vsctl
2012 Jul 12
1
[ovs-discuss] OpenVswitch with KVM virtual machines
I am running NOX controller with a python script that prints out the
destination mac and the source mac for each packet arriving at the now
controller and then floods it out. So here's what happening:
With em1 connected, all the packets that arrive at em1 are coming to the
controller and printing out the details. However, without em1 connected to
the OVS, when I have the following setup:
2013 May 07
1
Libvirt 1.0.5 with Openvswitch 1.11.90: unable to add bridge br0 port vnet0 operation not supported
Howdy,
Running the most recent OVS and libvirt I'm running into the following error message with virt-install:
root at qemu-kvm:~/libvirt-1.0.5#<mailto:root at qemu-kvm:~/libvirt-1.0.5#> ovs-vsctl -V
ovs-vsctl (Open vSwitch) 1.11.90
Compiled May 6 2013 22:37:22
root at qemu-kvm:~/libvirt-1.0.5#<mailto:root at qemu-kvm:~/libvirt-1.0.5#>
root at
2014 Mar 06
5
create ovs port without root
Hello! How can i operate with openvswitch without root rights?
For example - i can add my user to kvm group and create vm from
libvirt with my own user, but now i'm failed with creating port.
errors in logs:
Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
ovs|00001|vsctl|INFO|Called as ovs-vsctl --timeout=5 -- --if-exists
del-port
Mar 06 14:04:46 selfip.ru ovs-vsctl[19065]:
2013 Mar 04
1
Fwd: OpenVSwitch and libvirt integration problem at shutdown/reboot
Hi everyone, I'm forwarding this mail that I wrote to OpenVSwitch dev
list because I think that you could maybe help me a little :-)
What did you think about the patch to libvirt that I'm using?. At
least, it worked for me :-)
Thanks.
Ernesto
---------- Forwarded message ----------
From: Ernesto Domato <edomat at gmail.com>
Date: Mon, Mar 4, 2013 at 2:09 PM
Subject: OpenVSwitch
2008 Dec 09
2
assign()ing within apply
Hello,
I'm trying to convert a character column in several dataframes to lower
case.
###
#
# Sample data and 'spp' column summaries:
# dput(ban.ovs.1993[sample(row.names(ban.ovs.1993), 20), 1:4])
ban.ovs.93 <- structure(list(oplt = c(43L, 43L, 38L, 26L, 35L, 8L, 39L,
1L,
34L, 50L, 10L, 29L, 31L, 24L, 18L, 12L, 27L, 49L, 28L, 51L),
rplt = c(NA_integer_, NA_integer_,