Hide Forgot
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`.
*** Bug 2065203 has been marked as a duplicate of this bug. ***
Postpone to 10 as this is still in POST
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.
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.
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.
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"
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