Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
After configured bond in cockpit, the bond can not be check to on. And there is no save button for us to save the changes in "General" field.
Version-Release number of selected component (if applicable):
ovirt-node-ng-installer-ovirt-3.6-2016042323.iso
cockpit-0.103-1.el7.centos.x86_64
cockpit-ovirt-0.5.1-0.0.master.el7.centos.noarch
How reproducible:
100%
Steps to Reproduce:
1. Anaconda install NGN 4.0.
2. Start cockpit service.
3. Configue bond with mode "Round Robin".
4. Check "On" button in cockpit.
5. Check the 'General' field to enable connect automatically.
6. Check the members field.
Actual results:
1. After step4, the 'On' button can not be checked.
2. After step5, miss save button to save the changes in "General" field.
3. After step6, the members can be configured individually.
Expected results:
1. Bond can be up after configured in cockpit.
2. Since bond is a new bridge to treat all nics as slaves, it should not let the salves to be configured individually.
Additional info:
(In reply to Fabian Deutsch from comment #4)
> Wei, does this mean a bond can not be enabled and be saved?
yes, the enable button for bond can not be clicked.
> After step5, miss save button to save the changes in "General" field.
There is no need to explicitly save this setting. It will be saved as soon as you change it.
> yes, the enable button for bond can not be clicked.
Confirmed.
What I can observe:
- Switching off a bond will also switch off all slaves.
- Switching on a bond whose slaves are all off will do nothing. (This is the bug.)
- Switching off all slaves of a bond will keep the bond on.
- Switching on a slave of a bond that is off will switch on the bond as well.
Using nmcli to activate a bond connection whose slaves are all off does successfully activate the bond. One needs to also explicitly switch on the slaves, however. This is what should happen with Cockpit also and I'll fix that.
Whether or not activating a bond connection should connect the slaves a well... This looks like something that NetworkManager should decide and take care off. We want this to be consistent between Cockpit and nmcli, for example, and I'll make sure that Cockpit matches nmcli. If you are unhappy with the behavior of nmcli, please file a bug against NetworkManager.
(I have observed different behavior on different OSes at different times and can't figure out the pattern. That's why I kept all the individual slave on/off buttons in the UI. They seem to be necessary since NetworkManager does not seem to manage the slaves well enough. I guess we need to revisit that also.)
https://github.com/cockpit-project/cockpit/pull/4640
Turns out the on/off switch was erroneously disabled, but this wasn't reflected in its looks.
So, two bugs:
- the on/off switch should not be disabled for inactive bonds.
- the on/off switch should actually _look_ disabled when it _is_ disabled.
Both are fixed in the linked pull request.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHBA-2016-1442.html