We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d71cf + 7fecba2 commit 864f4d1Copy full SHA for 864f4d1
1 file changed
lib/neutron_plugins/ovn_agent
@@ -587,6 +587,7 @@ function init_ovn {
587
rm -f $OVS_DATADIR/.*.db.~lock~
588
sudo rm -f $OVN_DATADIR/*.db
589
sudo rm -f $OVN_DATADIR/.*.db.~lock~
590
+ sudo rm -f $OVN_RUNDIR/*.sock
591
}
592
593
function _start_ovs {
0 commit comments