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.
Bug 2158151 - Impossible to removing and bond and set port up with ipv4 at the same state
Summary: Impossible to removing and bond and set port up with ipv4 at the same state
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: nmstate
Version: 8.6
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Gris Ge
QA Contact: Mingyu Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-01-04 11:35 UTC by Quique Llorente
Modified: 2023-05-16 09:23 UTC (History)
5 users (show)

Fixed In Version: nmstate-1.4.1-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-16 08:26:40 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github nmstate nmstate pull 2173 0 None open [nmstate-1.4] iface: Fix error when assigning IP to port of absent controller 2023-01-08 12:58:56 UTC
Red Hat Issue Tracker NMT-134 0 None None None 2023-01-22 15:29:24 UTC
Red Hat Issue Tracker RHELPLAN-143749 0 None None None 2023-01-04 11:37:26 UTC
Red Hat Product Errata RHBA-2023:2772 0 None None None 2023-05-16 08:26:53 UTC

Description Quique Llorente 2023-01-04 11:35:29 UTC
Description of problem:

When applying the following state 

- name: bond27
  state: absent
  type: bond
- ipv4:
    dhcp: true
    enabled: true
  name: eth0
  state: up
  type: ethernet


Nmstate fails with

 Interface eth0 is port of None interface bond27 which does not allow port to have ipv4 enabled


Version-Release number of selected component (if applicable): 1.4.0-1.el8


How reproducible: Always


Steps to Reproduce:
1. Create bond
2. Apply state from description


Actual results:

 Interface eth0 is port of None interface bond27 which does not allow port to have ipv4 enabled



Expected results:

Bond should be popperly removed and port ipv4 enabled


Additional info:

This is broken since introduction of "controller" feature

Comment 1 Gris Ge 2023-01-05 11:53:38 UTC
Patch posted to upstream: https://github.com/nmstate/nmstate/pull/2173

Comment 4 Mingyu Shi 2023-02-03 02:53:20 UTC
Verified with:
nmstate-1.4.1-1.el8.x86_64
nispor-1.2.9-1.el8.x86_64
NetworkManager-1.40.10-1.el8.x86_64
DISTRO=RHEL-8.8.0-20230127.0

Comment 6 errata-xmlrpc 2023-05-16 08:26:40 UTC
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 (nmstate bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2023:2772


Note You need to log in before you can comment on or make changes to this bug.