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.
Created attachment 1647662[details]
Reproduce script
Description of problem:
When a bridge profiles does not have 802-3-ethernet section,
the reapply will failed after created 802-3-ethernet section with error:
Can't reapply any changes to '802-3-ethernet' setting
even the newly created 802-3-ethernet section is identical to runtime status.
Version-Release number of selected component (if applicable):
NetworkManager-1.22.0-2.el8.x86_64
How reproducible:
100%
Steps to Reproduce:
1. ./nm_bug.sh
Actual results:
Error: Reapplying connection to device 'br0' (/org/freedesktop/NetworkManager/Devices/8) failed: Can't reapply changes to '802-3-ethernet.speed' setting
Expected results:
Reapply works.
Additional info:
> Could you provide update on this bug and possible fix schedule
A fix is not planned for 8.2. So it will be 8.3 at earliest (unless planning changes).
Reapply is intended for small changes while avoiding disruption. If Reapply fails because the changes are too large, then the solution is always to do a full activation.
Now, you might say, "but in this example the change is not large". Yes, you are probably right. But it's is really just a missing feature where you cannot reapply certain small changes without disruption. The workaround is either don't do it or live with the disruption. That means, such a bug to Reapply doesn't seem seems high priority to me (in general).
You are welcome to provide arguments why it's high priority for nmstate, and we may agree to adjust planning. Please more specific than "caused a lot [of test] failure[s]". Thank you!
Hi Thomas,
Thanks for the update.
I will try to find a possible workaround in nmstate on this.
If failed, I will ask RHV and CNV team to state their impacted use case.
(In reply to Thomas Haller from comment #2)
>
> You are welcome to provide arguments why it's high priority for nmstate, and
> we may agree to adjust planning. Please more specific than "caused a lot [of
> test] failure[s]". Thank you!
The RHV tests indicate that it is important for them not to have this disruption for their customer workloads. Dominik, could you please specify how important non-disruptive changes are for RHV?
(In reply to Till Maas from comment #5)
> (In reply to Thomas Haller from comment #2)
>
> >
> > You are welcome to provide arguments why it's high priority for nmstate, and
> > we may agree to adjust planning. Please more specific than "caused a lot [of
> > test] failure[s]". Thank you!
>
> The RHV tests indicate that it is important for them not to have this
> disruption for their customer workloads. Dominik, could you please specify
> how important non-disruptive changes are for RHV?
Very important, because this is the behavior like it was before RHV used NetworkManager and what the users are expecting.
Hi Dominik,
The nmstate-0.2.6-4.8.el8 in RHEL 8.2 has applied a workaround.
Actions like adding slaves to bridges/bond will not cause link disruption any more.
Please let me know if anything unexpected link disruption happens.
There was no action on this bug in the last 5 months. Are there any plans to continue with the effort or are ok with the workaround and could close this?
Created attachment 1647662 [details] Reproduce script Description of problem: When a bridge profiles does not have 802-3-ethernet section, the reapply will failed after created 802-3-ethernet section with error: Can't reapply any changes to '802-3-ethernet' setting even the newly created 802-3-ethernet section is identical to runtime status. Version-Release number of selected component (if applicable): NetworkManager-1.22.0-2.el8.x86_64 How reproducible: 100% Steps to Reproduce: 1. ./nm_bug.sh Actual results: Error: Reapplying connection to device 'br0' (/org/freedesktop/NetworkManager/Devices/8) failed: Can't reapply changes to '802-3-ethernet.speed' setting Expected results: Reapply works. Additional info: