B #282: Workaround NM race condition

master
Ruben S. Montero 2 years ago committed by GitHub
commit d056425519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,6 +34,10 @@ configure_network()
wait_for_nm
gen_resolvconf
gen_network_configuration
# address race condition on el8
# https://github.com/OpenNebula/addon-context-linux/issues/282
nmcli general reload
}
stop_network()

Loading…
Cancel
Save