mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 19:59:24 +00:00
remove ovs database at boot time
We store our network config in /etc/network/interfaces instead.
This commit is contained in:
parent
4c7ab955ec
commit
670804cbdc
@ -22,6 +22,9 @@ IFFN=/etc/network/interfaces
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
# remove OVS config
|
||||
rm -f /etc/openvswitch/conf.db
|
||||
|
||||
if test -f "${IFFN}.new"; then
|
||||
echo "committing new network configuration";
|
||||
if ! mv "${IFFN}.new" $IFFN; then
|
||||
|
Loading…
Reference in New Issue
Block a user