From 05611aa758de93adba97b09c539438f790cd908f Mon Sep 17 00:00:00 2001 From: oilbeater Date: Tue, 30 Aug 2022 10:07:34 +0800 Subject: [PATCH] fix: missing stop_ovn_daemon args --- dist/images/grace_stop_ovn_controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/images/grace_stop_ovn_controller b/dist/images/grace_stop_ovn_controller index 9a8ea112119..0827c97d20e 100755 --- a/dist/images/grace_stop_ovn_controller +++ b/dist/images/grace_stop_ovn_controller @@ -37,4 +37,4 @@ ic_nb_active_conf_file="$ovn_etcdir/ic-nb-active.conf" ic_sb_active_conf_file="$ovn_etcdir/ic-sb-active.conf" ovn_ic_db_conf_file="$ovn_etcdir/ovn-ic-db-params.conf" -OVS_RUNDIR=${OVS_RUNDIR} stop_ovn_daemon ovn-controller --restart +OVS_RUNDIR=${OVS_RUNDIR} stop_ovn_daemon ovn-controller "" "" --restart