Bug 2065394

Summary: bond: fix typo in supporting the infiniband ports in active-backup mode [rhel-9.1.0]
Product: Red Hat Enterprise Linux 9 Reporter: RHEL Program Management Team <pgm-rhel-tools>
Component: rhel-system-rolesAssignee: Rich Megginson <rmeggins>
Status: CLOSED ERRATA QA Contact: Zhiqian Guan <zhguan>
Severity: unspecified Docs Contact: Mayur Patil <maypatil>
Priority: unspecified    
Version: 9.0CC: briasmit, jharuda, maypatil, nhosoi, pvlasin, rhel-cs-system-management-subsystem-qe, rmeggins, spetrosi, wenliang, zhguan
Target Milestone: rcKeywords: Bugfix, Triaged
Target Release: 9.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: role:network
Fixed In Version: rhel-system-roles-1.18.0-1.el9 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.
Story Points: ---
Clone Of: 2064391 Environment:
Last Closed: 2022-11-15 10:23:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2064391    
Bug Blocks:    

Comment 6 Fedora Update System 2022-05-11 01:18:32 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 7 Fedora Update System 2022-05-11 01:24:41 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 8 Fedora Update System 2022-05-11 01:35:02 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 13 Zhiqian Guan 2022-06-02 11:07:41 UTC
Ran below test playbook on an RHEL9.1 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 22 errata-xmlrpc 2022-11-15 10:23:22 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:8117