Hide Forgot
+++ This bug was initially created as a clone of Bug #2064067 +++ 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`.
reproduced on an Infiniband cards system with the affected version: rhel-system-roles-1.15.0-1.el8.noarch verified on an Infiniband cards system with the fixed version: rhel-system-roles-1.16.1-1.el8.noarch Please see the attachments for detailed logging. Set this to VERIFIED
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/RHBA-2022:1896