Bug 861828 - On reboot "/var/run/openvswitch/db.sock connection failed" errors lasted for ~5 minutes as openvswitch.init was run ~5 minutes later than "ovs-vsctl add-br".
Summary: On reboot "/var/run/openvswitch/db.sock connection failed" errors lasted for ...
Keywords:
Status: CLOSED DUPLICATE of bug 858722
Alias: None
Product: Fedora
Classification: Fedora
Component: openvswitch
Version: 17
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Thomas Graf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-01 01:05 UTC by Jean-Tsung Hsiao
Modified: 2014-06-18 08:31 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-09 15:06:41 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jean-Tsung Hsiao 2012-10-01 01:05:31 UTC
Description of problem:
 
Saw the following repeated errors for about five minutes. The messages log indicated that "ovs-vsctl" was run about five minutes ahead of openvswitch.init.

network[798]: 2012-10-01T00:42:38Z|00048|stream_unix|ERR|/var/run/openvswitch/db.sock: connection failed (No such file or directory)
network[798]: 2012-10-01T00:42:38Z|00049|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)
network[798]: 2012-10-01T00:42:46Z|00050|stream_unix|ERR|/var/run/openvswitch/db.sock: connection failed (No such file or directory)
network[798]: 2012-10-01T00:42:46Z|00051|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)
network[798]: 2012-10-01T00:42:54Z|00052|stream_unix|ERR|/var/run/openvswitch/db.sock: connection failed (No such file or directory)
network[798]: 2012-10-01T00:42:54Z|00053|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)

Version-Release number of selected component (if applicable):
openvswitch: 1.17.1

How reproducible: very reproducible


Steps to Reproduce:
1.Install openvswitch.
2.Configured an openvswitch.
3.Ran "systemctl enable openvswitch.service".
4. Reboot system
  
Actual results:
openvswitch.init ran ~5 minutes later than "ovs-vsctl add-br". This resulted in the connection failure errors lasting for ~5 minutes.

Expected results:

openvswitch.init should run before "ovs-vsctl add-br". This will eliminate the connetion failure errors.
Additional info:

Comment 1 Thomas Graf 2012-10-09 15:06:41 UTC

*** This bug has been marked as a duplicate of bug 858722 ***


Note You need to log in before you can comment on or make changes to this bug.