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 2088171 - Problem creating ovs-bridge from nmstatectl gc output
Summary: Problem creating ovs-bridge from nmstatectl gc output
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: nmstate
Version: 8.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Fernando F. Mancera
QA Contact: Mingyu Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-18 21:47 UTC by Ben Nemec
Modified: 2023-01-09 10:57 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-11-08 09:17:50 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github nmstate nmstate pull 1933 0 None Draft [nmstate-1.3] gc: Refer to controller using UUID 2022-06-08 10:04:40 UTC
Red Hat Issue Tracker RHELPLAN-122508 0 None None None 2022-05-18 21:51:12 UTC
Red Hat Product Errata RHBA-2022:7465 0 None None None 2022-11-08 09:18:23 UTC

Description Ben Nemec 2022-05-18 21:47:27 UTC
Description of problem: When I generate nmconnection files with "nmstatectl gc" and apply them to a node, the bridge is not correctly created. When I apply the same configuration using the kubernetes-nmstate operator, the bridge is created as expected. I find very few differences between the generated nmconnection files. The main difference seems to be that the files applied directly via nmstatectl define their master devices by UUID, whereas the ones generated by gc define masters by name.

It looks like there may be a conflict between the applied configuration and the default connection that just DHCPs all interfaces, but I haven't found a way to keep the default connection from overriding the one I apply.


Version-Release number of selected component (if applicable): 1.0.2


How reproducible: Always


Steps to Reproduce:
1. Create configuration files for ovs-bridge (see below) using nmstatectl gc
2. Apply those files to OCP node

Actual results:
Bridge br-ey
        Port br-ey
            Interface br-ey
                type: internal

Expected results: 
Bridge br-ey
        Port br-ey
            Interface br-ey
                type: internal
        Port enp3s0
            Interface enp3s0
                type: system

Additional info:
nmstate-config for bridge
interfaces:
- name: enp3s0
  type: ethernet
  state: up
  ipv4:
    enabled: false
  ipv6:
    enabled: false
- name: br-ey
  type: ovs-bridge
  state: up
  bridge:
    port:
    - name: enp3s0
    - name: br-ey
- name: br-ey
  type: ovs-interface
  state: up
  ipv4:
    enabled: true
    dhcp: true
    auto-dns: true
    auto-gateway: true
    auto-routes: true
  ipv6:
    enabled: false
    dhcp: false

Comment 2 Ben Nemec 2022-06-03 15:13:06 UTC
I was able to get this working by adding a config file to NetworkManager with the following contents:

[device-enp3s0]
match-device=interface-name:enp3s0
keep-configuration=no
allowed-connections=except:origin:nm-initrd-generator

I don't know if there's any way to do the same thing with pure connection profiles, but if not that might be a good feature request.

Comment 3 Gris Ge 2022-06-08 09:45:43 UTC
Hi Ben,

I am not able to reproduce this issue in my VM. Base on my guessing, could you try rpm from this copr repo?

dnf copr enable packit/nmstate-nmstate-1933

Thank you!

Comment 4 Ben Nemec 2022-06-10 18:14:33 UTC
This is very strange. With the copr build I can see that the nmconnection files generated by gc match in basically every way except the specific UUIDs now, but on my standalone VM it still doesn't configure correctly unless I use "nmstatectl apply". I even tried saving off the nmconnection profiles from an apply call, and if I manually copy those into place they have the same problem as the gc ones.

One note is that we use "ip=dhcp" on the kernel command line of our nodes. Maybe that's why you don't see it in your VM?

Comment 9 errata-xmlrpc 2022-11-08 09:17:50 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-2022:7465


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