Hi all ,

    I am having an issue with adding ports in ovs bridge. Though ovs-vsctl
doesn't show an error. But ovs-vswitchd.log shows the error.

Executing command : ovs-ofctl dump-ports br-int show only one port that is
LOCAL and the count also shows 1.

2013-08-03T11:34:09Z|00006|memory|INFO|
2013-08-03T11:34:09Z|00007|bridge|INFO|bridge br-int: added interface
br-int on port 65534
2013-08-03T11:34:09Z|00008|bridge|INFO|bridge br-int: using datapath ID
00008ec7be545049
2013-08-03T11:34:09Z|00009|connmgr|INFO|br-int: added service controller
"punix:/var/run/openvswitch/br-int.mgmt"
*1st port addition:*
2013-08-03T11:34:22Z|00010|netdev_linux|WARN|ethtool command ETHTOOL_GFLAGS
on network device port1 failed: No such device
2013-08-03T11:34:22Z|00011|dpif|WARN|system@ovs-system: failed to add port1
as port: No such device
2013-08-03T11:51:23Z|00012|netdev_linux|WARN|ethtool command ETHTOOL_GFLAGS
on network device port1 failed: No such device
*2nd port addition:*
2013-08-03T11:51:23Z|00013|dpif|WARN|system@ovs-system: failed to add port1
as port: No such device
2013-08-03T11:51:24Z|00014|netdev_linux|WARN|ethtool command ETHTOOL_GFLAGS
on network device port2 failed: No such device
2013-08-03T11:51:24Z|00015|dpif|WARN|system@ovs-system: failed to add port2
as port: No such device
*3rd port additon:*
2013-08-03T11:52:52Z|00016|netdev_linux|WARN|ethtool command ETHTOOL_GFLAGS
on network device port1 failed: No such device
2013-08-03T11:52:52Z|00017|dpif|WARN|system@ovs-system: failed to add port1
as port: No such device
2013-08-03T11:52:52Z|00018|netdev_linux|WARN|ethtool command ETHTOOL_GFLAGS
on network device port2 failed: No such device
2013-08-03T11:52:52Z|00019|dpif|WARN|system@ovs-system: failed to add port2
as port: No such device
2013-08-03T11:52:52Z|00020|netdev_linux|WARN|ethtool command ETHTOOL_GFLAGS
on network device port3 failed: No such device
2013-08-03T11:52:52Z|00021|dpif|WARN|system@ovs-system: failed to add port3
as port: No such device

    What does this error mean? How to resolve this?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to