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 f8096ce + 22ed277 commit 6cabdc1Copy full SHA for 6cabdc1
templates/common/_base/files/configure-ovs-network.yaml
@@ -576,6 +576,13 @@ contents:
576
fi
577
578
579
+ # slaves should implicitly activate, give them a chance to do so
580
+ if $is_slave; then
581
+ if ! timeout 5 bash -c "while ! nmcli -g GENERAL.STATE conn show "$conn" | grep activated; do sleep 1; done"; then
582
+ echo "WARNING: slave $conn did not implicitly activate in 5s, activating explicitly."
583
+ fi
584
585
+
586
# Do not activate interfaces that are already active
587
# But set the entry in master_interfaces to true if this is a slave
588
# Also set autoconnect to yes
0 commit comments