[ovs-git] [openvswitch/ovs] 598625: rhel: Fix logrotate group when dpdk is enabled.

Ilya Maximets noreply at github.com
Wed Sep 16 12:26:14 UTC 2020


  Branch: refs/heads/branch-2.12
  Home:   https://github.com/openvswitch/ovs
  Commit: 598625355d621c20deff96ce63afe62c91e82f0a
      https://github.com/openvswitch/ovs/commit/598625355d621c20deff96ce63afe62c91e82f0a
  Author: Jaime Caamaño Ruiz <jcaamano at suse.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M rhel/openvswitch-fedora.spec.in

  Log Message:
  -----------
  rhel: Fix logrotate group when dpdk is enabled.

Otherwise logrotate will fail to generate the rotated log files.

Signed-off-by: Jaime Caamaño Ruiz <jcaamano at suse.com>
Acked-by: Flavio Leitner <fbl at sysclose.org>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 751da7d37aa9dc4cec9f485a8005578df23d9a49
      https://github.com/openvswitch/ovs/commit/751da7d37aa9dc4cec9f485a8005578df23d9a49
  Author: William Tu <u9012063 at gmail.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M lib/classifier.c

  Log Message:
  -----------
  classifier: Fix use of uninitialized value.

Coverity reports use of uninitialized value of cursor.
This happens in cls_cursor_start(), when rule is false,
cursor.subtable is uninitialized. CID 279324.

Signed-off-by: William Tu <u9012063 at gmail.com>
Reviewed-by: Greg Rose <gvrose8192 at gmail.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: bfc441cb2e055bbe5c8a80a5ecca40dd255712f5
      https://github.com/openvswitch/ovs/commit/bfc441cb2e055bbe5c8a80a5ecca40dd255712f5
  Author: Jaime Caamaño Ruiz <jcaamano at suse.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M rhel/usr_lib_systemd_system_ovsdb-server.service

  Log Message:
  -----------
  rhel: Fix reload of OVS_USER_ID on startup.

OVS_USER_ID was being picked up from a previously existing
openvswitch.useropts rendering innefective any configuration change
through sysconfig.

There is no ordering between Exec* and Environment* stanzas of systemd,
full Enviroment* is always loaded before each Exec*. We make
sure that openvswitch.useropts is removed in a first Exec so that a
fresh OVS_USER_ID can be picked up from config in successive Exec*.

Fixes: 94e1e8b ("rhel: run ovn with the same user as ovs")
Signed-off-by: Jaime Caamaño Ruiz <jcaamano at suse.com>
Acked-by: Greg Rose <gvrose8192 at gmail.com>
Acked-by: Aaron Conole <aconole at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>


  Commit: 425f321f0dcdee7712ba97290e3cdff767d2927f
      https://github.com/openvswitch/ovs/commit/425f321f0dcdee7712ba97290e3cdff767d2927f
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M .cirrus.yml

  Log Message:
  -----------
  cirrus: Use FreeBSD 11.4.

Support cycle of 11.3 ends in the end of September 2020,
so we need to upgrade.

Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Acked-by: Aaron Conole <aconole at redhat.com>


Compare: https://github.com/openvswitch/ovs/compare/4c15ddbe5d46...425f321f0dcd


More information about the git mailing list