Hide Forgot
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:
Please try to reproduce this on RHEL. You will need to enable RHEL extras to retrieve cockpit.
Since this issue is move to cockpit part, I would like to wait cockpit guys to debug this issue.
Wei, does this mean a bond can not be enabled and be saved?
(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.
Please also state the version of NetworkManager.
> 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.
This bug will be fixed in cockpit 0.113 https://github.com/cockpit-project/cockpit/pull/4640 Reassigning to Dominik for inclusion in next RHEL release of Cockpit.
Integration test here: https://github.com/cockpit-project/cockpit/pull/4640/files#diff-b7a8b7371f34d5364bc2f57a5d9c812aR224
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