-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
rhel-8.10, rhel-9.6, rhel-10.0
-
None
-
No
-
Low
-
rhel-cockpit
-
1
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
When adding New Network Bridge in cockpit initially it works good.
But when we try to edit the bridge and change the name it does not work as expected and we get network disruption and after sometime things go south.
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
How reproducible is this bug?:
Steps to reproduce
1) Login to cockpit
2) Navigate to Networking > Add bridge
3) As example I am creating:
a) bridge name: bridge0
b) Ports: checking for my server enp1s0
4) Select the newly created bridge "bridge0"
5) Click the Edit button:
a) Change bridge name to: "bridge1"
b) Ports: Ensure enp1s0 is checked.
c) Click Save
6) Bridge name gets updated, however, interface members list is blank. Things starts failing after this point
(Video added for the same. I am not sure why there are green lines in my recording software [Spectacle])
7) I ran below command in terminal and things started working:
# nmcli connection add type bridge-slave con-name bridge1-port1 ifname enp1s0 master bridge1
Expected results
bridge gets renamed and starts working
Actual results
But bridge goes down and things does not work