[ovs-dev] [PATCH v2 0/2] OVN DB log fixes

nusiddiq at redhat.com nusiddiq at redhat.com
Wed Nov 8 08:58:13 UTC 2017


From: Numan Siddique <nusiddiq at redhat.com>

v1 -> v2
-------
In patch 2, changed the approach. Instead of fixing the issue in
ovs-appctl, corrected the ovs logrotate script to use complete unix ctl
file path as suggested by Ben.


No changes to patch 1.

v1
--
In Openstack deployment with OVN HA (with v2.7.2) in RHEL, we see that
OVN DB log files are empty after deployment. Adding "-vfile:info" option
when starting ovsdb-servers fixes this issue. Another issue seen is when
openvswitch logrotate script [1] is called, it doesn't initialize the log files
for the OVN DB servers because of which the log file is empty.

This patch series fixes these issue.

It would be good if these fixes are applied to branches 2.8 and 2.7.

[1] - https://github.com/openvswitch/ovs/blob/master/rhel/etc_logrotate.d_openvswitch


Numan Siddique (2):
  ovn-ctl: Add -vfile:info option to OVN_NB/SB_LOG options
  OpenvSwitch logrotate: Use ctl file path as target in ovs-appctl to
    reset logs

 debian/openvswitch-switch.logrotate | 6 +++---
 ovn/utilities/ovn-ctl               | 4 ++--
 rhel/etc_logrotate.d_openvswitch    | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.13.5



More information about the dev mailing list