[ovs-git] [openvswitch/ovs] 62ce36: ovn-nbctl: Don't loop forever on lost db connectio...

GitHub noreply at github.com
Tue Mar 31 22:54:11 UTC 2015


  Branch: refs/heads/ovn
  Home:   https://github.com/openvswitch/ovs
  Commit: 62ce36b2a36680951295e87872f02267b87dda5b
      https://github.com/openvswitch/ovs/commit/62ce36b2a36680951295e87872f02267b87dda5b
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-03-31 (Tue, 31 Mar 2015)

  Changed paths:
    M ovn/ovn-nbctl.c

  Log Message:
  -----------
  ovn-nbctl: Don't loop forever on lost db connection.

The main loop of ovn-nbctl had a condition to catch if the conenction
to the db was lost.  However, it didn't break out of the loop when the
condition occurred.  Now it should log the error once and exit with a
non-zero status code.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list