[lustre-discuss] Installing lustre 2.15.6 server on rhel-8.10 fails

Carlos Adean carlosadean at linea.org.br
Tue Apr 22 20:09:48 PDT 2025


Hello all,

My current version of RHEL 8 is Rocky Linux 8.10, running the kernel
4.18.0-553.27.1.el8_10. I also have the OFED drivers version 24.10-2.1.8.0
installed for the InfiniBand interface (I tried without OFED before).

The installation of "kmod-lustre-2.15.6-1.el8" and
"kmod-lustre-osd-ldiskfs-2.15.6-1" always shows these warning messages
below.

# dnf --nogpgcheck --enablerepo=lustre-server install kmod-lustre
kmod-lustre-osd-ldiskfs lustre-osd-ldiskfs-mount lustre
lustre-resource-agents
[...]
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol __ib_alloc_pd
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_resolve_addr
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_dereg_mr_user
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_reject
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_disconnect
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol __rdma_create_kernel_id
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_register_event_handler
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_resolve_route
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_unregister_event_handler
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_bind_addr
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_create_qp
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_map_mr_sg
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_query_port
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_notify
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_listen
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_destroy_qp
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol __ib_create_cq
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_alloc_mr
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_connect_locked
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_set_reuseaddr
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_destroy_cq_user
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_modify_qp
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_dma_virt_map_sg
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_destroy_id
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol rdma_accept
depmod: WARNING:
/lib/modules/4.18.0-553.27.1.el8_lustre.x86_64/extra/lustre/net/ko2iblnd.ko
needs unknown symbol ib_dealloc_pd_user
[...]
Installed:
  kernel-core-4.18.0-553.27.1.el8_lustre.x86_64
 kmod-lustre-2.15.6-1.el8.x86_64
 kmod-lustre-osd-ldiskfs-2.15.6-1.el8.x86_64    lustre-2.15.6-1.el8.x86_64
   lustre-osd-ldiskfs-mount-2.15.6-1.el8.x86_64
  lustre-resource-agents-2.15.6-1.el8.x86_64

Completed!


After rebooting, the server drops into an emergency shell because it can't
find the LVM devices. This issue only occurs with the Lustre kernel, other
installed kernels boot normally.


Any hints on how to proceed?


---
*Carlos Adean*
www.linea.org.br
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/attachments/20250423/4551d784/attachment.htm>


More information about the lustre-discuss mailing list