Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
Hi Adrian,
do I understand correctly that to enable RDMA on Azure one has to at least:
1) Install out-of-the-box 'LIS' drivers containing 'vmbus_rdma' driver
2) Install out-of-the-box Mellanox 'OFED' drivers?
or am I missing some recent changes? In case I'm not this will likely remain completely unsupported by Red Hat.
We can, however, look at the glibc issue if it is somehow reproducible without these external components.
Hi Vitaly,
Our test automation covers many different distro in Azure, and here is a quick summary. RHEL and CentOS will need OFED driver installation and LIS installation. Also there are the required packages and waagent. You will find detail information in Github, https://github.com/LIS/LISAv2/blob/master/Testscripts/Linux/SetupRDMA.sh#L65.
You can find the test command in this script line, https://github.com/LIS/LISAv2/blob/master/Testscripts/Linux/TestRDMA_MultiVM.sh#L710
We have done many different configurations in my testing, and Intel MPI (2018.3.222) failed in RHEL 8.0 + 4.18.0-80.4.2. LIS does not participate in this case. However, IBM Platform MPI, Open MPI, MVAPICH MPI passed in the same RHEL 8.0 VM though.
I'm sorry, but Red Hat does not support the Mellanox OFED drivers. You will have to reproduce this issue with the supported openmpi-based stack, with an untainted kernel, before we can debug this issue.
Feel free to post a backtrace with debugging symbols from the crash, and I can see if it is potentially glibc-related. In msot cases when we see crashes in libc.so.6, it is the result of applications passsing NULL pointers to functions such as strlen, so the crash is due to an application bug.