[ovs-git] [openvswitch/ovs] a3132a: ovn: Add '--restart' flag to ovn-controller exit.

GitHub noreply at github.com
Thu Aug 2 20:11:18 UTC 2018


  Branch: refs/heads/branch-2.10
  Home:   https://github.com/openvswitch/ovs
  Commit: a3132a39308a39e8f432b056aa3cea4593a8eda3
      https://github.com/openvswitch/ovs/commit/a3132a39308a39e8f432b056aa3cea4593a8eda3
  Author: Mark Michelson <mmichels at redhat.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M ovn/controller/ovn-controller.c
    M tests/ovn.at

  Log Message:
  -----------
  ovn: Add '--restart' flag to ovn-controller exit.

When "--restart" is passed to ovn-controller's exit command, then
database entries are not removed for this hypervisor. This means that
* Encaps
* Chassis
* OVS ports
are not removed.

The reasoning is that if the intent is to restart ovn-controller, this
will allow for tunnels to remain up and allow for traffic not to be
interrupted during the restart. When ovn-controller is started again, it
picks back up from where it was.

Signed-off-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 011b3f9b99b8fc2f5e4ba09b24f7f2b06fde4215
      https://github.com/openvswitch/ovs/commit/011b3f9b99b8fc2f5e4ba09b24f7f2b06fde4215
  Author: Mark Michelson <mmichels at redhat.com>
  Date:   2018-08-02 (Thu, 02 Aug 2018)

  Changed paths:
    M ovn/utilities/ovn-ctl
    M utilities/ovs-lib.in

  Log Message:
  -----------
  ovn: Modify restart_controller in ovn-ctl to use --restart

The --restart flag allows for uninterrupted packet flowage when exiting
ovn-controller. This patch modifies the restart_controller argument to
ovn-ctl to use --restart.

Signed-off-by: Mark Michelson <mmichels at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/d4519b037850...011b3f9b99b8
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list