Merge "[OVN] Ensure socket files are absent in init_ovn"

This commit is contained in:
Zuul
2023-01-16 22:24:28 +00:00
committed by Gerrit Code Review

View File

@@ -587,6 +587,7 @@ function init_ovn {
rm -f $OVS_DATADIR/.*.db.~lock~
sudo rm -f $OVN_DATADIR/*.db
sudo rm -f $OVN_DATADIR/.*.db.~lock~
sudo rm -f $OVN_RUNDIR/*.sock
}
function _start_ovs {