[ovs-git] [openvswitch/ovs] 7fd06f: ovn: Fix check on existing encap row.

GitHub noreply at github.com
Tue Nov 3 21:21:09 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7fd06fc7b16fb8b6d9bb1899547a6d8366761a74
      https://github.com/openvswitch/ovs/commit/7fd06fc7b16fb8b6d9bb1899547a6d8366761a74
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

  Changed paths:
    M ovn/controller/chassis.c

  Log Message:
  -----------
  ovn: Fix check on existing encap row.

This code does some checking to validate the existing encaps for a
chassis to see if they need to be updated.  This typo resulted in
ovn-controller re-creating its encap(s) every time this code ran, making
ovn-controller and ovsdb-server eat up a CPU in my testing.

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


  Commit: 39595cd3b9d5f3428e43d46b9262d37e1893b1a5
      https://github.com/openvswitch/ovs/commit/39595cd3b9d5f3428e43d46b9262d37e1893b1a5
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

  Changed paths:
    M ovn/ovn-nb.ovsschema
    M ovn/ovn-sb.ovsschema

  Log Message:
  -----------
  ovn: Remove duplicate versions from schemas.

Since commit 5935835968c9d36ffe306863f0c8079d3b670e2a, the OVN nb and sb
schema definitions have included duplicate version entries.  In the nb
case, the version has since been updated to 2.0.0, but only in one
place.  Remove the duplicate version entries that were at the bottom of
the files.

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


  Commit: 23508e797bc21d1f08e5ca30a69cd4e14bc2cf05
      https://github.com/openvswitch/ovs/commit/23508e797bc21d1f08e5ca30a69cd4e14bc2cf05
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2015-11-03 (Tue, 03 Nov 2015)

  Changed paths:
    M ovn/northd/ovn-northd.c

  Log Message:
  -----------
  ovn-northd: Fix table ID in a comment.

This changed from 2 to 3 when ACLs got implemented, as it turned out
ACLs needed two tables (1 and 2).

While we're at it, do a bit of OCD formatting cleanup by fixing the
alignment of '\' at the end of each line in the logical flow table
defininitions.

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


Compare: https://github.com/openvswitch/ovs/compare/642fbd708b86...23508e797bc2


More information about the git mailing list