Displaying 20 results from an estimated 1200 matches similar to: "[PATCH] hotplug: add openvswitch script"
2024 Mar 19
2
Bug#1067151: xen-utils-common: vif-openvswitch ignores MTU
Package: src:xen
Version: 4.17.3+10-g091466ba55-1~deb12u1
Severity: wishlist
I wasn't sure if this script comes from Debian or Xen or somewhere else,
so I thought it safest to report it here.
/etc/xen/scripts/vif-bridge handles MTU settings in the vif, but the
otherwise similar /etc/xen/scripts/vif-openvswitch does not. I added it
in, here's the diff-c and the full fixed file is also
2012 Sep 13
0
[RFC] openvswitch support script
Hi
I wrote a vif script to support openvswitch. I use it on some of my
machines, so it works for non-qemu domains.
Ian asked me to send it here, maybe someone wants to take a look.
Bastian
#!/bin/bash
#============================================================================
# ${XEN_SCRIPT_DIR}/vif-openvswitch
#
# Script for configuring a vif in openvswitch mode.
# The hotplugging system
2008 Aug 22
1
Xen 3.2 Laptop Networking
Hello,
I am trying to setup the networking on a Xen Ubuntu
(Hardy) host on my laptop. I have the basic networking
working and guest is able to use the eth0/peth0
bridging mechanism to communicate to the world.
Is it possible to setup a dummy interface and bridge
in Xen 3.2, along the lines outlined in RedHat
Virtualization manual:
2013 Apr 24
7
[PATCH] hotplug/Linux: add iscsi block hotplug script
This hotplug script has been tested with IET and NetBSD iSCSI targets,
without authentication.
This hotplug script will only work with PV guests not using pygrub.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@citrix.com>
---
Changes due to 4.3 release freeze:
* We can no longer provide a
2004 Sep 20
1
Question about limited primary addresses
I just realized that I hadn''t actually asked a question when I posted
this before. Let me try again...
I am trying to configure a Linux box with all possible VLANs (4094 of
them), and a subnet on each VLAN. Creating the VLANs isn''t a problem.
But, when I try to use "ip addr add ..." commands to assign an IP
address to each VLAN interface, I get to do about 280 of
2005 Jun 30
0
[PATCH] Device model path cleanup
Device model path cleanup. Remove bochsrc which is no longer needed.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- a/tools/examples/xmexample.vmx Thu Jun 30 18:41:11 2005
+++ b/tools/examples/xmexample.vmx Thu Jun 30 18:59:08 2005
@@ -89,10 +89,10 @@
# New stuff
-device_model = ''/usr/bin/qemu-dm''
+device_model = ''/usr/lib/xen/bin/qemu-dm''
2015 Sep 17
3
Official openvswitch package for CentOS7
Hi all,
Exists an official openvswitch package for CentoS7?? If I am not wrong, this:
http://mirror.centos.org/centos/7/cloud/x86_64/openstack-kilo/openstack-neutron-openvswitch-2015.1.0-1.el7.noarch.rpm
it can be used with openstack only.
Do I need to recompile from source like is is explained here:
https://n40lab.wordpress.com/2015/06/28/centos-7-installing-openvswitch-2-3-2-lts/
or exists
2014 Dec 17
1
[PATCH 03/10] ovs: Enable handling of UFO6 packets.
Hello.
On 12/17/2014 09:20 PM, Vladislav Yasevich wrote:
> Since UFO6 packets can now be identified by SKB_GSO_UDP6, add proper checks
> to handel UFO6 flows.
> Legacy applications may still have UFO6 packets identified by SKB_GSO_UDP,
> so we need to continue to handle them correclty.
> Signed-off-by: Vladislav Yasevich <vyasevic at redhat.com>
> ---
>
2014 Dec 17
1
[PATCH 03/10] ovs: Enable handling of UFO6 packets.
Hello.
On 12/17/2014 09:20 PM, Vladislav Yasevich wrote:
> Since UFO6 packets can now be identified by SKB_GSO_UDP6, add proper checks
> to handel UFO6 flows.
> Legacy applications may still have UFO6 packets identified by SKB_GSO_UDP,
> so we need to continue to handle them correclty.
> Signed-off-by: Vladislav Yasevich <vyasevic at redhat.com>
> ---
>
2015 Sep 17
6
Official openvswitch package for CentOS7
On Thu, Sep 17, 2015 at 6:06 PM, George Dunlap <dunlapg at umich.edu> wrote:
> On Thu, Sep 17, 2015 at 3:19 PM, C. L. Martinez <carlopmart at gmail.com> wrote:
>> Hi all,
>>
>> Exists an official openvswitch package for CentoS7?? If I am not wrong, this:
>>
>>
2015 Oct 06
2
Systemd spends 6 min. to startup a host
On Tue, Oct 6, 2015 at 6:53 AM, Gordon Messmer <gordon.messmer at gmail.com> wrote:
> On 10/03/2015 09:47 AM, C.L. Martinez wrote:
>>
>> All works well, except when I reboot this server. Systemd spends 6 min.
>> to startup this host!!! .. It stops with: "A start job is running for LSB:
>> Raise network ...".
>
>
>
2015 Sep 18
2
Official openvswitch package for CentOS7
On Fri, Sep 18, 2015 at 7:38 AM, Sandro Bonazzola <sbonazzo at redhat.com> wrote:
>
>
> On Thu, Sep 17, 2015 at 6:15 PM, C. L. Martinez <carlopmart at gmail.com>
> wrote:
>>
>> On Thu, Sep 17, 2015 at 6:06 PM, George Dunlap <dunlapg at umich.edu> wrote:
>> > On Thu, Sep 17, 2015 at 3:19 PM, C. L. Martinez <carlopmart at gmail.com>
>>
2013 Apr 15
6
Shorewall and OpenVSwitch on Debian
Hi, I have a machine with a Debian Stable installation that runs
OpenVSwitch to connect a virtual machine on the same box.
The machine is also running shorewall.
The problem that I''m having is that shorewall try to run before
openvswitch, this makes that shorewall fails because it can''t
determine the IP of the virtual interface generated by openvswitch
that start after
2020 Jan 04
3
Connecting a VM to an existing OVS bridge
Hi,
I have an existing OVS bridge, that I can see in ovs-vsctl and use
for other purposes.
I've edited the machine's XML as instructed in
http://docs.openvswitch.org/en/latest/howto/libvirt/
When I try to start the VM, i get
error: Cannot get interface MTU on 'ovsbr': No such device
Any ideas?
(Note: I can't see the ovs switch in brctl show or any other regular
kernel tool,
2017 May 26
3
CentOS 7 openvswitch
Hello,
can I found a repository with openvswitch ?
I have to install openvswitch for my NIC's om my Server, then I can configure
my KVM NIC's better.
Thanks for a answer,
--
mit freundlichen Gr?ssen / best regards
G?nther J. Niederwimmer
2012 Apr 26
2
Migration issue because of openvswitch...
Hello,
Currently, react (19 days old), xmlm (17 days) and xen-api (11 days) are
stuck in unstable. One reason is the following: xen-api depends on xmlm
and they must go together, and xen-api depends on (a new binary package
of) openvswitch, which FTBFS (and has been for > 32 days).
Is there anyone working on fixing openvswitch? Or can the dependency in
xen-api be dropped, and reintroduced
2019 May 10
5
Cannot get interface MTU - qemu quest fails to start off OpenVswitch
hi guys
I have a qemu guest and openvswitch bridge and the guest fails to start:
$ virsh start work8
error: Failed to start domain work8-vm-win2016
error: Cannot get interface MTU on 'ovsbr0': No such device
LXC guest which uses the same source network starts just fine.
I'm on Centos 7 with openvswitch-2.9.0-3.el7.x86_64 from
centos-openstack-pike repo and
2011 Aug 02
3
[XCP] Network confusion
Hello,
I am using XCP 1.0 and am accessing it with XenCenter.
I have three NIC''s and I have bonded two of them through the XenCenter frontend. I then create a VLAN using XenCenter and attach it to the bond0. I create a VM and create its NIC to use VLAN 10, which it does and when the VM boots the NIC shows Active inside of XenCenter. When I look at the XCP host it shows VLAN 10 as an
2012 Apr 12
2
help:any docs for open vswitch supporting?
hi everybody,
i saw the new feature: network: support Open vSwitch.
how to use this feature? are there any documents about that? i didn't find
it on the website.
Thanks,
Heuye
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120412/1d61864c/attachment.htm>
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]: