From 1303995440315f2740f11986c368e7291414b4af Mon Sep 17 00:00:00 2001 From: Jan Orel Date: Wed, 22 Feb 2023 16:19:05 +0100 Subject: [PATCH] B #282: Workaround NM race condition --- src/etc/one-context.d/loc-10-network.d/netcfg-nm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/etc/one-context.d/loc-10-network.d/netcfg-nm b/src/etc/one-context.d/loc-10-network.d/netcfg-nm index e84ade6..f2b6846 100644 --- a/src/etc/one-context.d/loc-10-network.d/netcfg-nm +++ b/src/etc/one-context.d/loc-10-network.d/netcfg-nm @@ -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()