Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions templates/common/_base/files/configure-ovs-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ contents:
sed -i '/^\[ethernet\]$/a mtu='"$iface_mtu" ${new_conn_file}
fi
cat <<EOF >> ${new_conn_file}

#Enable coredumping by all processes, core dump is owned by current user and no security is applied
sysctl -w fs.suid_dumpable=1

[ovs-interface]
type=internal
EOF
Expand Down Expand Up @@ -228,4 +232,8 @@ contents:

# remove bridges created by ovn-kubernetes, try to delete br-ex again in case NM fail to talk to ovsdb
ovs-vsctl --timeout=30 --if-exists del-br br-int -- --if-exists del-br br-local -- --if-exists del-br br-ex

#Enable coredumping by all processes, core dump is owned by current user and no security is applied
sysctl -w fs.suid_dumpable=1

fi