[ovs-git] [openvswitch/ovs] 22922f: windows, ovn-nbctl: Add service_start call inside ...

GitHub noreply at github.com
Wed Oct 24 11:38:50 UTC 2018


  Branch: refs/heads/branch-2.10
  Home:   https://github.com/openvswitch/ovs
  Commit: 22922fdb8e3a7eb6a1a9c1389a7e1c741f3cd47b
      https://github.com/openvswitch/ovs/commit/22922fdb8e3a7eb6a1a9c1389a7e1c741f3cd47b
  Author: Alin Gabriel Serdean <aserdean at ovn.org>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M ovn/utilities/ovn-nbctl.c

  Log Message:
  -----------
  windows, ovn-nbctl: Add service_start call inside the server loop

Currently all ovn-nbctl (daemon) tests are failing due to the missing
call to `service_start` which is required on Windows.

Windows lacks fork so we need to pass all arguments, so we can spawn a new
process and interpret it properly when calling `service_start`.

Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Co-authored-by: Ben Pfaff <blp at ovn.org>
Acked-by: Anand Kumar <kumaranand at vmware.com>


  Commit: 7a109aa8eb202fe74008107f619599852e5d1d87
      https://github.com/openvswitch/ovs/commit/7a109aa8eb202fe74008107f619599852e5d1d87
  Author: Alin Gabriel Serdean <aserdean at ovn.org>
  Date:   2018-10-24 (Wed, 24 Oct 2018)

  Changed paths:
    M lib/daemon-windows.c
    M lib/daemon.h

  Log Message:
  -----------
  windows: Add set_detach function to daemon-windows.c

The daemon-windows file is missing a `set_detach` routine, so add it.

This will be useful in the long run.

Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>
Acked-by: Anand Kumar <kumaranand at vmware.com>


Compare: https://github.com/openvswitch/ovs/compare/77c721134129...7a109aa8eb20
      **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