Currently in /etc/sysconfig/openvswitch it's not clear that force-corefiles is enabled by default. This patch adds a comment explaining that force-corefiles is, by default, set to yes.
Signed-off-by: Timothy Redaelli <[email protected]> --- rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template index fdaee00d5..936445402 100644 --- a/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template +++ b/rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template @@ -1,6 +1,7 @@ ### Configuration options for openvswitch # -# Enable core files: +# Enable core files. +# This option should be set to "yes" or "no". The default is "yes". # --force-corefiles=yes # # Set "nice" priority at which to run ovsdb-server: -- 2.17.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
