[ovs-discuss] Bonding slave disabled

Neelakantam Gaddam neelugaddam at gmail.com
Sun Feb 12 17:11:24 UTC 2017


But there were no issues observed with ovs 2.4.0 version without any
interface settings. Issue exist with ovs 2.6.1 only if both eth0 and eth1
are up (link state RUNNING).
Can you give me some pointers on what changed between 2.4 and 1.6.1
regarding this bond issue.


On Feb 12, 2017 10:35 AM, "nickcooper-zhangtonghao" <nic at opencloud.tech>
wrote:

> If you use the virtual ethernet driver, you should set the type of net
> device. If not, the “system” will be used.
>
> For example, tap device
>
> ovs-vsctl add-br br0
> ifconfig tap1 up
> ifconfig tap2 up
> ovs-vsctl add-bond br0 bond0 tap1 tap2 bond_mode=active-backup
> ovs-vsctl set interface tap1 type=tap
> ovs-vsctl set interface tap2 type=tap
> ovs-appctl bond/show bond0
>
>
> Thanks.
> Nick
>
> On Feb 11, 2017, at 2:02 PM, Neelakantam Gaddam <neelugaddam at gmail.com>
> wrote:
>
> Hi,
> When one interface is down, the interface showing may_enable to false. But
> the up interface becoming active slave and is enabled.
>
> I am using virtual ethernet driver which doesn't have mii tool support.
> The carrier link is up always , but still may_enable set to false. Is there
> any other criteria for may_enable becoming false.
>
> Thanks
> Neelakantam
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20170212/956ccf6c/attachment.html>


More information about the discuss mailing list