Skip to content

Commit

Permalink
B -#: Workaround NM on cenots7
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Nov 23, 2023
1 parent 201f245 commit e3e8b41
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ configure_network()
# address race condition on el8
# https://github.com/OpenNebula/addon-context-linux/issues/282
nmcli general reload

# something weird is happening on centos7
grep -qi 'centos linux release 7' /etc/redhat-release && systemctl restart NetworkManager
}

stop_network()
Expand Down

0 comments on commit e3e8b41

Please sign in to comment.