From: Numan Siddique <[email protected]> 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 ovs-appctl: Allow ovnnb_db and ovnsb_db as targets ovn/utilities/ovn-ctl | 4 ++-- utilities/ovs-appctl.c | 14 ++++++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) -- 2.13.5 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
