[ovs-git] [openvswitch/ovs] e43a07: ovs-sandbox: add delay before running ovs-vsctl

GitHub noreply at github.com
Tue Apr 14 21:54:46 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: e43a07ba6e8995c196d20841ea58208232a3ffd8
      https://github.com/openvswitch/ovs/commit/e43a07ba6e8995c196d20841ea58208232a3ffd8
  Author: Andy Zhou <azhou at nicira.com>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M tutorial/ovs-sandbox

  Log Message:
  -----------
  ovs-sandbox: add delay before running ovs-vsctl

When running ovsdb-server under gdb, there is a race that ovs-vsctl
command can be called before ovsdb-server is fully launched. This will
cause ovs-vsctl to fail.  This patch fixes this by delay issuing
the ovs-vsctl command until ovsdb-server is fully launched.

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


  Commit: 60ceeb6c16572e75e7609ec53cf22f6700fd876f
      https://github.com/openvswitch/ovs/commit/60ceeb6c16572e75e7609ec53cf22f6700fd876f
  Author: Andy Zhou <azhou at nicira.com>
  Date:   2015-04-14 (Tue, 14 Apr 2015)

  Changed paths:
    M tutorial/Tutorial.md
    M tutorial/ovs-sandbox

  Log Message:
  -----------
  ovs-sandbox: add '-r' and '-e' options

'-e' option will run ovs-vswitchd under gdb, but runs immediately
instead of waiting for user input. '-r' options applies to ovsdb-server.

Signed-off-by: Andy Zhou <azhou at nicira.com>
Acked-by: Russell Bryant <rbryant at redhat.com>


Compare: https://github.com/openvswitch/ovs/compare/d663136e85bd...60ceeb6c1657


More information about the git mailing list