On May 16, 2012, at 11:37 PM, Jon wrote:
> Out of curiosity, what do you use for vm management? A but off topic, so I
> hope you'll excuse the digression. I've exploited options like openQRM (no ip
> management in the open source version, essentially making it useless; you
> could -potentially-
Well, glad we got it worked out.
Chock one up to the great ubuntu gods. If I were to guess, it's because the
kernel module isn't loading. I think there's a command to load kernel
drivers, it escapes me atm (ldmod? Something...), but I wonder if you could
manually loaf the kernel driver w/o a reboo
Do you know why?
On Thu, May 17, 2012 at 1:34 PM, Jon wrote:
> Ah, ha! I received the same error when I try to enable bridge compatibility
> mode.
>
> once I rebooted everything was good to go.
>
> On Wed, May 16, 2012 at 11:24 PM, Jon wrote:
>>
>> Hello Kris,
>>
>> I am following these
>> ins
Thanks Robin, just now i reboot my computer, and i found it works now,
i don't know why. But thanks anyway.
BR,
Kris
On Thu, May 17, 2012 at 1:07 PM, Robin Wang wrote:
> How about compile and install OVS in your setup manually instead of using
> apt-get. I manually installed it on my Ubuntu 12.
Hi Jon,
I use the Ubuntu Software Center to install OpenvSwitch.
BR,
Kris
On Thu, May 17, 2012 at 12:29 PM, Jon wrote:
> How did you install? Repos or source?
>
> About to install on a fresh install of 12.04 from repos.
>
> On May 16, 2012 9:38 PM, "Kris zhang" wrote:
>>
>> Hi,
>>
>> I am ins
How did you install? Repos or source?
About to install on a fresh install of 12.04 from repos.
On May 16, 2012 9:38 PM, "Kris zhang" wrote:
> Hi,
>
> I am installing openvswitch on Ubuntu12.04, and I got the following
> errors when i start the switch:
>
> root@ubuntuovs2:/# service openvswitch-
Hi,
I am installing openvswitch on Ubuntu12.04, and I got the following
errors when i start the switch:
root@ubuntuovs2:/# service openvswitch-switch restart
* ovs-brcompatd is not running
* ovs-vswitchd is not running
* ovsdb-server is not running
FATAL: Error inserting brcompat_mod
(/lib/mod
Hi,
I am installing openvswitch on Ubuntu12.04, and I got the following
errors when i start the switch:
root@ubuntuovs2:/# service openvswitch-switch restart
* ovs-brcompatd is not running
* ovs-vswitchd is not running
* ovsdb-server is not running
FATAL: Error inserting brcompat_mod
(/lib/mod
On Wed, May 16, 2012 at 7:45 PM, Ben Pfaff wrote:
> I would expect that only a host kernel bug (inside or outside the OVS
> kernel module) would cause a host kernel panic and reboot, so I am
> surprised at the idea that a bug in Xen tools (in the guest) would cause
> a host reboot. Is that really
I would expect that only a host kernel bug (inside or outside the OVS
kernel module) would cause a host kernel panic and reboot, so I am
surprised at the idea that a bug in Xen tools (in the guest) would cause
a host reboot. Is that really what you meant?
On Wed, May 16, 2012 at 07:08:38PM -0700,
Please keep all responses on the mailing list.
I haven't heard about this problem before but I agree that it sounds
like it's not related to OVS. It could be a bug in the Xen tools for
Windows. If I recall correctly, some versions incorrectly set up the
descriptors for TSO frames. You might be
You're right that when an interface goes down, this should be
reflected in the LACP state machine, and this issue is fixed already
on master in the following commit:
commit 3e5b3fdbf52cee41142ed8e2bf5cab9f49146d97
Author: Ethan Jackson
Date: Fri Mar 2 12:24:55 2012 -0800
lacp: Notify LACP
On Wed, May 16, 2012 at 03:54:48PM -0400, Kevin Han wrote:
> I have 2 ethernet ports that I want to bond together using LACP, these are
> the commands I'm using so far:
> ovs-vsctl add-br br0
> ovs-vsctl add-bond br0 bond0 eth0 eth1 lacp=active
> other_config:lacp-time=fast trunks=10,20**
>
> Howe
Hello,
I have 2 ethernet ports that I want to bond together using LACP, these are
the commands I'm using so far:
ovs-vsctl add-br br0
ovs-vsctl add-bond br0 bond0 eth0 eth1 lacp=active
other_config:lacp-time=fast trunks=10,20**
However, when I use: ovs-appctl bond/show bond0, I get shown that
lac
On Mon, May 14, 2012 at 12:50 PM, Guilherme M. Schroeder
wrote:
> We have a lot of hosts that reboot randomly and today, using a new
> hardware (HP BL460c G8) we got XenServer 6.0.2 to dump it's crash
> successfully.
> Kernel log is attached.
What version of OVS is this? Is there anything in par
* The Open vSwitch version number (as output by "ovs-vswitchd --version").
ovs-vswitchd (Open vSwitch) 1.2.2
Compiled Oct 18 2011 19:28:29
OpenFlow versions 0x1:0x1
* Upstream switch
Cisco Nexus 7000
* What you did that make the problem appear.
- configured OVS with LACP bonding:
ovs-vsctl
after add eth0 to openvswitch bridge,you just need to config the ip of
the eth0 to bridge (lan0 ).then change the default route to bridge.
2012/5/16 Ryan White :
> This could be because I’m trying to use the same interface (eth0) for both
> traffic and openflow control, but it is causing me a prob
This could be because I'm trying to use the same interface (eth0) for both
traffic and openflow control, but it is causing me a problem and I want to
know if theres any way to get around it.
I have open vswitch and virtualbox set up on a laptop with one physical
Ethernet port. That port is connect
On Wed, May 16, 2012 at 03:39:07PM +0300, Liran Schour wrote:
> I tried to run the ovsdbmonitor but failed with the following error:
>
> +++ OVS JSON module is required
>
> Traceback (most recent call last):
> File "/usr/local/bin/ovsdbmonitor", line 24, in
> from OVEApp import *
> File
On Wed, May 16, 2012 at 04:03:34PM +0800, Dongsheng Song wrote:
> From the website of Open vSwitch, and our testing, when a physical NIC
> used by Open vSwitch, the host can not use this NIC anymore.
>
> Most servers only have 2 NIC, they both must to be used as data link
> when fail-over required
Hi,
I tried to run the ovsdbmonitor but failed with the following error:
+++ OVS JSON module is required
Traceback (most recent call last):
File "/usr/local/bin/ovsdbmonitor", line 24, in
from OVEApp import *
File "/usr/local/share/ovsdbmonitor/OVEApp.py", line 16, in
from OVEStan
2012/5/16 bengo cloud
> 2012/5/16 Dongsheng Song
>
>>
>>
>> Then we have no management NIC available. But bridge-utils allow us use
>> the same
>> NIC for both data link and management link.
>>
>>
> After you add pNic to a bridge created by OVS, say br0, you could
> configure br0 to acquire val
2012/5/16 Dongsheng Song
>
>
> Then we have no management NIC available. But bridge-utils allow us use
> the same
> NIC for both data link and management link.
>
>
After you add pNic to a bridge created by OVS, say br0, you could configure
br0 to acquire valid IP address, automatically through d
>From the website of Open vSwitch, and our testing, when a physical NIC used by
Open vSwitch, the host can not use this NIC anymore.
Most servers only have 2 NIC, they both must to be used as data link
when fail-over
required or 2 sub-net required scene.
Then we have no management NIC available.
24 matches
Mail list logo