Merge "[OVN] Ensure socket files are absent in init_ovn"
This commit is contained in:
commit
864f4d1ef0
@ -587,6 +587,7 @@ function init_ovn {
|
|||||||
rm -f $OVS_DATADIR/.*.db.~lock~
|
rm -f $OVS_DATADIR/.*.db.~lock~
|
||||||
sudo rm -f $OVN_DATADIR/*.db
|
sudo rm -f $OVN_DATADIR/*.db
|
||||||
sudo rm -f $OVN_DATADIR/.*.db.~lock~
|
sudo rm -f $OVN_DATADIR/.*.db.~lock~
|
||||||
|
sudo rm -f $OVN_RUNDIR/*.sock
|
||||||
}
|
}
|
||||||
|
|
||||||
function _start_ovs {
|
function _start_ovs {
|
||||||
|
Loading…
Reference in New Issue
Block a user