Skip to content

Commit

Permalink
Merge pull request #92 from lucassdiass/add_parameter_ts_add
Browse files Browse the repository at this point in the history
Add --may-exist parameter to addition of ts
  • Loading branch information
numansiddique authored Nov 28, 2024
2 parents 75086e2 + 642df5c commit 9aa5a54
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 @@ -821,7 +821,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 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 9aa5a54

Please sign in to comment.