Skip to content

Commit

Permalink
Reorder --may-exist parameter in ovn_cluster.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Vargas Dias committed Nov 26, 2024
1 parent 970133d commit 41c9e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovn_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ EOF
chmod 0755 ${FAKENODE_MNT_DIR}/create_ovn_res.sh

# add ts transit switch.
${RUNC_CMD} exec ${CENTRAL_IC_ID} ovn-ic-nbctl ts-add --may-exist ts1
${RUNC_CMD} exec ${CENTRAL_IC_ID} ovn-ic-nbctl --may-exist ts-add ts1
# wait for ovn-ic to kick in
while sleep 2; do
${RUNC_CMD} exec ${CENTRAL_IC_ID} ovn-nbctl ls-list | grep -q ts1 && break
Expand Down

0 comments on commit 41c9e9e

Please sign in to comment.