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 2064067 - bond: fix typo in supporting the infiniband ports in active-backup mode
Summary: bond: fix typo in supporting the infiniband ports in active-backup mode
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: rhel-system-roles
Version: 8.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.7
Assignee: Rich Megginson
QA Contact: Zhiqian Guan
Mayur Patil
URL:
Whiteboard: role:network
: 2065203 (view as bug list)
Depends On:
Blocks: 2064388 2064391
TreeView+ depends on / blocked
 
Reported: 2022-03-15 00:51 UTC by Wen Liang
Modified: 2022-11-08 10:35 UTC (History)
7 users (show)

Fixed In Version: rhel-system-roles-1.18.0-1.el8
Doc Type: Bug Fix
Doc Text:
.Fixed a typo to support `active-backup` for the correct bonding mode Previously, there was a typo,`active_backup`, in supporting the InfiniBand port while specifying `active-backup` bonding mode. Due to this typo, the connection failed to support the correct bonding mode for the InfiniBand bonding port. This update fixes the typo by changing bonding mode to `active-backup`. The connection now successfully supports the InfiniBand bonding port.
Clone Of:
: 2064388 (view as bug list)
Environment:
Last Closed: 2022-11-08 09:40:46 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github linux-system-roles network pull 476 0 None Merged InfiniBand bond: Fix typo of bond mode active-backup 2022-03-15 01:01:12 UTC
Red Hat Issue Tracker RHELPLAN-115567 0 None None None 2022-03-15 00:53:50 UTC
Red Hat Product Errata RHEA-2022:7568 0 None None None 2022-11-08 09:41:10 UTC

Description Wen Liang 2022-03-15 00:51:38 UTC
Description of problem:

A typo in the code that checks if the bonding mode is `active-backup` when infiniband ports are specified. The original code is:
```
                    if connection["type"] == "infiniband":
                        if c["type"] == "bond" and c["bond"]["mode"] != "active_backup":
```

Notice that the mode should be `active-backup` instead of `active_backup`.

Comment 2 Zhiqian Guan 2022-03-22 05:16:32 UTC
*** Bug 2065203 has been marked as a duplicate of this bug. ***

Comment 4 Zhiqian Guan 2022-04-19 04:53:50 UTC
Postpone to 10 as this is still in POST

Comment 9 Fedora Update System 2022-05-11 01:18:10 UTC
FEDORA-2022-2da3a47337 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 10 Fedora Update System 2022-05-11 01:24:19 UTC
FEDORA-2022-d6e6c7c37c has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 11 Fedora Update System 2022-05-11 01:34:37 UTC
FEDORA-2022-671a5d63e6 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 16 Zhiqian Guan 2022-06-02 11:09:42 UTC
Ran below test playbook on an RHEL8.7 control node, target RHEL7.9, 8.6, 8.7, 9.0, 9.1 as managed nodes, result looks fine as per attached detail logging, set this to VERIFIED
- name: Config Infiniband
  hosts: dell-per740-79.rhts.eng.pek2.redhat.com
  become: true
  tasks:
  - include_role:
      name: linux-system-roles.network
    vars:
      network_connections:
      - name: "bond0"
        state: up
        type: bond
        interface_name: "bond0"
        ip:
            address:
              - "192.0.2.1/24"
              - "2001:db8:1::1/64"
        bond:
          mode: active-backup
      # add an infiniband to the bond
      - name: "bond0-port1"
        state: up
        type: infiniband
        interface_name: "ib0"
        controller: "bond0"
      # add a second infiniband to the bond
      - name: "bond0-port2"
        state: up
        type: infiniband
        interface_name: "ib1"
        controller: "bond0"

Comment 21 errata-xmlrpc 2022-11-08 09:40:46 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 (rhel-system-roles 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/RHEA-2022:7568


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