You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've configured a bridge with a single bridge port. After setting the firewalld zone and rerunning the role, the role attempts to bounce my bridge (fair enough as the config file has changed), but after doing so, the bridge port is left in the down state. This causes a loss of connectivity and the role fails. To recover I can manually run:
nmcli c up ensf4f1np1
Where ensf41np1 is my bridge port. I guess the issue is that the templated config for the bridge port did not change and as such was not bounced when the bridge was reconfigured.
The text was updated successfully, but these errors were encountered:
jovial
added a commit
to stackhpc/ansible-role-interfaces
that referenced
this issue
Sep 27, 2024
OS: Rocky 9.4
I've configured a bridge with a single bridge port. After setting the firewalld zone and rerunning the role, the role attempts to bounce my bridge (fair enough as the config file has changed), but after doing so, the bridge port is left in the down state. This causes a loss of connectivity and the role fails. To recover I can manually run:
Where ensf41np1 is my bridge port. I guess the issue is that the templated config for the bridge port did not change and as such was not bounced when the bridge was reconfigured.
The text was updated successfully, but these errors were encountered: