Details
-
Question/Request
-
Resolution: Unresolved
-
Minor
-
None
-
Lustre 2.15.0
-
Rhel8 (4.18.0-348.2.1.el8_lustre.x86_64)
-
9223372036854775807
Description
Trying to get lustre-osd-zfs-mount-2.15.0-1.el8.x86_64.rpm getting missing ksym errors.
# dnf install lustre-osd-zfs-mount-2.15.0-1.el8.x86_64.rpm /root/rpmbuild/RPMS/noarch/lustre-zfs-dkms-2.15.0-1.el8.noarch.rpm kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64.rpm Updating Subscription Management repositories. Last metadata expiration check: 0:16:21 ago on Tue 12 Jul 2022 06:12:49 PM PDT. Error: Problem 1: conflicting requests - nothing provides ksym(dmu_assign_arcbuf_by_dbuf) = 0x26d78f55 needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 - nothing provides ksym(zap_cursor_init_serialized) = 0x91e513c3 needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 - nothing provides ksym(spa_get_dsl) = 0xef44809d needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 - nothing provides ksym(dmu_tx_commit) = 0xcbba81b1 needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 - nothing provides ksym(nvlist_unpack) = 0xc625bb30 needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 - nothing provides ksym(dmu_objset_projectquota_enabled) = 0x7cf4ae3c needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ....
Attachments
- zfs_install_log
- 95 kB
Issue Links
Activity
Hi Jian, my two comments were related to https://review.whamcloud.com/48212.
Thank you Karsten for the comments. Could you please review and try https://review.whamcloud.com/48212 ("LU-16059 build: Installation of dkms server builds")? It contains the fixes for the above two issues.
Hi Jian,
two brief comments:
1) dkms: did you see Knut Franke's patch attached to LU-16015? FWIW: This patch is what I used to build both Lustre 2.12.9 and 2.15.1 with ZFS successfully using dkms-3.0.3 on CentOS 7.9 and Rocky Linux 8.6 respectively.
2) kmod: Wouldn't it be cleaner to remove the (wrong/unnecessary) kmod-lustre-osd-zfs requirement of lustre-osd-zfs-mount on a DKMS build (i.e. making the Requires conditional) instead of adding the fake provides? The latter could be confusing as a kmod-lustre-osd-zfs rpm actually exists. (See Nathanial Clark's comment in LU-15976)
Same error with Lustre 2.15.1 [OS : Rocky Linux 8.6 (4.18.0-372.9.1.el8.x86_64)]
kmod-lustre-osd-zfs is needed by lustre-osd-zfs-mount-2.15.1-1.el8.x86_64
Is there any quick fix for this ?
Getting similar errors here
#--------------------------------------- #Initialization #--------------------------------------- #Disable SElinux vi /etc/selinux/config #Disable Firewall systemctl stop firewalld.service systemctl disable firewalld.service#Reboot reboot now #Install epel-release dnf install epel-release yum config-manager --set-enabled powertools #--------------------------------------- #install kernel packages #--------------------------------------- rpm -ivh kernel-4.18.0-348.2.1.el8_lustre.x86_64.rpm kernel-core-4.18.0-348.2.1.el8_lustre.x86_64.rpm kernel-modules-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -Uvh kernel-headers-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-devel-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-cross-headers-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-modules-extra-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-modules-internal-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-debuginfo-common-x86_64-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-debuginfo-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-ipaclones-internal-4.18.0-348.2.1.el8_lustre.x86_64.rpm rpm -ivh kernel-selftests-internal-4.18.0-348.2.1.el8_lustre.x86_64.rpm #--------------------------------------- # Switch kernel version #--------------------------------------- grubby --set-default "/boot/vmlinuz-4.18.0-348.2.1.el8_lustre.x86_64" reboot now #--------------------------------------- #Install ZFS #--------------------------------------- source /etc/os-release dnf install https://zfsonlinux.org/epel/zfs-release.el${VERSION_ID/./_}.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-zfsonlinux yum install -y zfs echo zfs > /etc/modules-load.d/zfs.conf reboot now #--------------------------------------- # Install Lustre #--------------------------------------- yum install libnl3-devel libyaml-devel expect dnf install python2 rpm -ivh lustre-osd-zfs-mount-2.15.0-1.el8.x86_64.rpm lustre-zfs-dkms-2.15.0-1.el8.noarch.rpm lustre-2.15.0-1.el8.x86_64.rpm ##------------------------------------------------------------------------------------------------------------------------ Error : Failed dependencies: kmod-lustre-osd-zfs is needed by lustre-osd-zfs-mount-2.15.0-1.el8.x86_64 ##------------------------------------------------------------------------------------------------------------------------ rpm -ivh kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64.rpm lustre-osd-zfs-mount-2.15.0-1.el8.x86_64.rpm lustre-zfs-dkms-2.15.0-1.el8.noarch.rpm lustre-2.15.0-1.el8.x86_64.rpm ##------------------------------------------------------------------------------------------------------------------------ Error : Failed dependencies: ksym(LU_BUF_NULL) = 0x0a789d8f is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(LU_DOT_LUSTRE_FID) = 0xae61cff5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(__cfs_fail_check_set) = 0xcf61bacb is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(__cv_broadcast) = 0x03cebd8a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(arc_add_prune_callback) = 0x1363912f is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(arc_buf_size) = 0x115a75cf is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(arc_remove_prune_callback) = 0x1ab2d851 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(cfs_fail_loc) = 0x7fda989d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(cfs_fail_val) = 0xeceac781 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_conn2export) = 0x02b74c44 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_connect) = 0x9af04737 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_disconnect) = 0x82755f3b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_manual_cleanup) = 0x05b31501 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_modify_config) = 0x85cb10b6 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_register_type) = 0x192a5e1e is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_search_type) = 0x9fecf9f6 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(class_unregister_type) = 0x742559b1 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dbuf_create_bonus) = 0x7beafc97 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dbuf_read) = 0xa12ed106 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_assign_arcbuf_by_dbuf) = 0x26d78f55 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_bonus_hold) = 0x8d7deb8a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_buf_hold_array_by_bonus) = 0x878059c5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_buf_rele) = 0x9205359f is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_buf_rele_array) = 0x33363fa0 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_free_long_range) = 0x329676ab is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_free_range) = 0x356042ae is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_object_alloc_dnsize) = 0x72ae6b8e is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_object_free) = 0x01514575 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_object_next) = 0x989708be is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_object_set_blocksize) = 0xdbdf5ea0 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_disown) = 0xac0fbfc0 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_dnodesize) = 0x880db256 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_ds) = 0x5e094e28 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_own) = 0xd1bc953d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_pool) = 0x316efb55 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_projectquota_enabled) = 0x7cf4ae3c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_spa) = 0x74df2efe is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_space) = 0xd74d78f4 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_userobjspace_present) = 0x138579aa is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_objset_userused_enabled) = 0xcd8a237b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_prefetch) = 0xc222e936 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_read) = 0xeeafabff is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_read_by_dnode) = 0xc4f6da68 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_request_arcbuf) = 0xca969ecf is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_return_arcbuf) = 0x32f9dfac is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_abort) = 0xa9691ccd is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_assign) = 0x6bc84ffe is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_callback_register) = 0xab06fb1e is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_commit) = 0xcbba81b1 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_create) = 0x86931c7a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_get_txg) = 0xc8357211 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_bonus) = 0x97c61436 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_free) = 0x360baac3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_sa) = 0xb106205d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_sa_create) = 0x99a9a6e2 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_spill) = 0x14545569 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_write) = 0x752aa2d4 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_write_by_dnode) = 0x24c9e18f is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_zap) = 0xdea9d23c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_hold_zap_by_dnode) = 0x64adadf4 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_tx_mark_netfree) = 0xdff68d46 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_write) = 0x062ec89b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dmu_write_by_dnode) = 0x36a2ea0a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dsl_pool_config_enter) = 0x14d29692 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dsl_pool_config_exit) = 0x5c919184 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dsl_prop_register) = 0x00e13baf is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dsl_prop_unregister) = 0x2daa653d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_acct_features) = 0xb635af9e is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_device_fini) = 0xf0f1b9c2 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_device_init) = 0xcedec4e7 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_directory_features) = 0x123e5b5b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_lfsck_layout_dangling_features) = 0x1af6cfc0 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_lfsck_layout_orphan_features) = 0xaf23bf6d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_lfsck_namespace_features) = 0x4718ff41 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_object_fini) = 0x8815ed35 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_object_init) = 0xa7fc0a01 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_otable_features) = 0x675244fa is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_tunables_fini) = 0xcb60c238 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_tunables_init) = 0x4917b712 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_txn_hook_start) = 0x23dd8f21 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(dt_txn_hook_stop) = 0xb4b00b1a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(fld_local_lookup) = 0x7315052c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lbug_with_loc) = 0x52b9c7e9 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(ldebugfs_register_osd_stats) = 0xe0be9f1b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(libcfs_debug) = 0x71f662a3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(libcfs_debug_msg) = 0xe2f91ce3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(libcfs_kmem) = 0xd80e8aee is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(libcfs_subsystem_debug) = 0x3c1285bd is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(libcfs_vfree_atomic) = 0x17bb5d1a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(linkea_entry_unpack) = 0x8fac26d2 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(linkea_init_with_rec) = 0x55d443d8 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_alloc_stats) = 0xc9d4c1c1 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_counter_add) = 0xb811ce5e is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_counter_init) = 0x6fa002b3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_counter_sub) = 0x4c66aa66 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_fini_brw_stats) = 0x0b7175f6 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_free_stats) = 0x0dcce76a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_init_brw_stats) = 0xd53c40ca is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_oh_tally_log2_pcpu) = 0xdfb698ae is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_oh_tally_pcpu) = 0xe258a8e9 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_register) = 0x6f0c4fce is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_remove) = 0x67dc223a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lprocfs_stats_collector) = 0xc5a8e7aa is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_buf_check_and_alloc) = 0x277c7950 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_buf_free) = 0xf1954817 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_cdebug_printer) = 0x0b7dcb4d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_context_key_degister) = 0x87476257 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_context_key_get) = 0x303df901 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_context_key_register) = 0x0fbe2e35 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_device_get) = 0x82a715dc is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_device_put) = 0x246c684c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_env_fini) = 0xdeefbeff is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_env_init) = 0x01a03852 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_env_refill) = 0xcdf83fc2 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_kmem_fini) = 0x03b37a9c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_kmem_init) = 0xa7e16614 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_object_add_top) = 0xc706b4e0 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_object_find_slice) = 0xab92ed8f is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_object_header_free) = 0x119a9245 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_object_header_init) = 0x4c975f13 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_object_init) = 0x9f3c3160 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_object_put) = 0xa9a83ff4 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_object_put_nocache) = 0x6752b13b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_site_fini) = 0x3d9bb258 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_site_init) = 0xb907314d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_site_init_finish) = 0x9e6e25b8 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_site_print) = 0xd79e2f6c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lu_site_purge_objects) = 0x950765a5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_cfg_string) = 0x1db622ad is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_index_backup) = 0xb2a0b00e is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_index_register) = 0x93514eb0 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_index_restore) = 0xb91b8b78 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_liru_new) = 0xb00811bc is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_lma_init) = 0x1b13334a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_lma_swab) = 0x37adf8d3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(lustre_loa_swab) = 0x9e9eb091 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_add_byte_array) = 0x4e7a9a72 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_alloc) = 0x8b696b3c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_free) = 0x1eb6b2e6 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_lookup_byte_array) = 0xb23a79b9 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_next_nvpair) = 0x12b7c9d9 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_pack) = 0x2765fde3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_remove) = 0x0fe970b7 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_size) = 0xb7a0e36b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvlist_unpack) = 0xc625bb30 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(nvpair_name) = 0x73de28f8 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(obd_memory) = 0xaecbffb1 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_fini) = 0x0c5c2b37 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_init) = 0xc21161a8 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_op_begin) = 0xcb3de4ce is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_op_end) = 0xfb2f18d8 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_prepare) = 0xbe6de578 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_reserve_or_free_quota) = 0x9a72f47a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_start) = 0x456e1419 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(qsd_transfer) = 0x25b275ea is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_bulk_lookup) = 0x33aaf400 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_bulk_update) = 0x403de1c2 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_handle_destroy) = 0x179e9758 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_handle_get) = 0xaf939683 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_handle_get_from_db) = 0xd75b5123 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_lookup) = 0xad56a10b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_object_size) = 0x16d92b02 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_replace_all_by_template) = 0x379eacb8 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_setup) = 0xa19ff31f is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_size) = 0xd8ad4cd7 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_spill_rele) = 0x64815b44 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sa_update) = 0x64a15ec5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_checkpoint) = 0xdf27d0c5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_dump) = 0x2632ed88 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_file_init) = 0xdaf90ce5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_file_load) = 0x096d22bf is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_file_reset) = 0x2d3be2b1 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_file_store) = 0xd92406a3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_needs_check) = 0xf64b4efe is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_start) = 0x198bb7b5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_stop) = 0x1de6c931 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_thread_post) = 0x751f0eee is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(scrub_thread_prep) = 0x173af223 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(seq_client_alloc_fid) = 0x6f75a92b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(seq_client_fini) = 0xe44bb92f is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(seq_client_init) = 0x076f60cc is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(seq_server_alloc_meta) = 0xc6395e88 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(server_name2index) = 0xf01e2527 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(server_name_is_ost) = 0x41bea077 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(spa_freeze) = 0x125115d5 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(spa_get_dsl) = 0xef44809d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(spa_maxblocksize) = 0xda598cd2 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(spa_writeable) = 0x6a075800 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(spl_panic) = 0xbc32eee7 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(sysfs_memparse) = 0x0a2bcc9b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(txg_wait_callbacks) = 0x61743d6b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(txg_wait_synced) = 0xcc76bc4d is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_add) = 0x64b73098 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_add_by_dnode) = 0xed480b96 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_add_uint64) = 0x9919a21a is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_count) = 0x659ff127 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_create_flags_dnsize) = 0x9b7f3b23 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_cursor_advance) = 0x110ee212 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_cursor_fini) = 0x2c0791ff is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_cursor_init) = 0xccc464cd is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_cursor_init_serialized) = 0x91e513c3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_cursor_retrieve) = 0x8576d59c is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_cursor_serialize) = 0x44866197 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_lookup) = 0x67af93f3 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_lookup_by_dnode) = 0xaf832009 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_lookup_uint64) = 0x5b2d1778 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_remove) = 0xc8e9807e is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_remove_by_dnode) = 0xc59ada49 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_remove_uint64) = 0x797c2660 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zap_update) = 0xd43444d9 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zfs_attr_table) = 0xfbf319ac is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zfs_prop_to_name) = 0x5adabedf is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zio_buf_alloc) = 0x0c211976 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zio_buf_free) = 0x6e7a7166 is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zrl_add_impl) = 0x71517bab is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ksym(zrl_remove) = 0x6a251b8b is needed by kmod-lustre-osd-zfs-2.15.0-1.el8.x86_64 ##------------------------------------------------------------------------------------------------------------------------
If you are using dkms, you shouldn't install kmod-lustre-*, you should just need zfs-dkms and lustre-zfs-dkms to get the kernel modules you need.
This looks resolved?