[lustre-discuss] Symbols not found in newly built lustre?

Jan Andersen jan at comind.io
Wed Jan 10 01:37:12 PST 2024


I am running Rocky 8.9 (uname -r: 4.18.0-513.9.1.el8_9.x86_64) and have, apparently successfully, built the lustre rpms:

[root at mds lustre-release]# ll *2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root  4640828 Jan 10 09:19 kmod-lustre-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root 42524976 Jan 10 09:19 kmod-lustre-debuginfo-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root   555320 Jan 10 09:19 kmod-lustre-osd-ldiskfs-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root  4877728 Jan 10 09:19 kmod-lustre-osd-ldiskfs-debuginfo-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root    50936 Jan 10 09:19 kmod-lustre-tests-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root   312812 Jan 10 09:19 kmod-lustre-tests-debuginfo-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root   868948 Jan 10 09:19 lustre-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root  1550612 Jan 10 09:19 lustre-debuginfo-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root  3982392 Jan 10 09:19 lustre-debugsource-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root   216548 Jan 10 09:19 lustre-devel-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root    46220 Jan 10 09:19 lustre-iokit-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root    20028 Jan 10 09:19 lustre-osd-ldiskfs-mount-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root    36788 Jan 10 09:19 lustre-osd-ldiskfs-mount-debuginfo-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root    12136 Jan 10 09:19 lustre-resource-agents-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root 16264600 Jan 10 09:19 lustre-tests-2.15.4-1.el8.x86_64.rpm
-rw-r--r--. 1 root root   519492 Jan 10 09:19 lustre-tests-debuginfo-2.15.4-1.el8.x86_64.rpm

I installed them with 'dnf install *2.15.4-1.el8.x86_64.rpm' and that didn't return an error, and they show up as installed. However, depmod won't load them because they can't find a number of symbols - these symbols are all defined in the source code, as far as I can tell, so what is going on?

[root at mds lustre-release]# depmod -v | grep lustre
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc_gss.ko needs "sptlrpc_unpack_user_desc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc_gss.ko needs "obd_timeout": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc_gss.ko needs "cfs_crypto_hash_final": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc_gss.ko needs "LNetPrimaryNID": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc_gss.ko needs "sunrpc_cache_lookup_rcu": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/kernel/net/sunrpc/sunrpc.ko.xz
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/ko2iblnd.ko needs "lnet_cpt_of_nid": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/ko2iblnd.ko needs "cfs_cpt_bind": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/ko2iblnd.ko needs "__ib_alloc_pd": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/kernel/drivers/infiniband/core/ib_core.ko.xz
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/ko2iblnd.ko needs "rdma_resolve_addr": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/kernel/drivers/infiniband/core/rdma_cm.ko.xz
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko needs "class_export_put": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko needs "RQF_FLD_QUERY": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko needs "ptlrpc_set_destroy": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko needs "class_export_put": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko needs "seq_client_fini": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko needs "fld_local_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko needs "obd_lbug_on_eviction": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko needs "cfs_hash_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko needs "libcfs_str2net": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgs.ko needs "tgt_sec_ctx_handlers": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgs.ko needs "local_file_find": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgs.ko needs "mgc_fsname2resid": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgs.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgs.ko needs "libcfs_str2nid": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "class_setup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "tgt_obd_handlers": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "cfs_hash_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "lfsck_register_namespace": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "fld_update_from_controller": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "seq_site_fini": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "libcfs_next_nidstring": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdt.ko needs "qmt_hdls": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lquota.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lquota.ko needs "ptlrpc_request_pack": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lquota.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lquota.ko needs "cfs_hash_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lod.ko needs "ptlrpc_set_destroy": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lod.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lod.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lod.ko needs "lfsck_add_target": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lod.ko needs "fld_server_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-tests/fs/llog_test.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-tests/fs/llog_test.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lov.ko needs "ptlrpc_set_destroy": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lov.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lov.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lov.ko needs "fld_client_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osc.ko needs "ldlm_enqueue_min": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osc.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osc.ko needs "cfs_hash_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osc.ko needs "lnet_is_rdma_only_page": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ost.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ost.ko needs "target_print_req": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ost.ko needs "cfs_cpt_table_free": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/ldiskfs.ko needs "jbd2_complete_transaction": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/kernel/fs/jbd2/jbd2.ko.xz
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/ldiskfs.ko needs "mb_cache_create": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/kernel/fs/mbcache.ko.xz
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdecho.ko needs "tgt_sec_ctx_handlers": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdecho.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdecho.ko needs "seq_client_fini": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdecho.ko needs "lbug_with_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lustre.ko needs "range_unlock": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lustre.ko needs "req_capsule_field_present": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lustre.ko needs "llcrypt_file_open": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lustre.ko needs "LNetGetId": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lustre.ko needs "lov_read_and_clear_async_rc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lov.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lustre.ko needs "it_open_error": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lustre.ko needs "lmv_free_memmd": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lmv.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko needs "cfs_hash_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko needs "LNetAddPeer": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko needs "class_export_put": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko needs "req_capsule_client_get": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko needs "fld_insert_entry": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdd.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdd.ko needs "nm_config_file_deregister_tgt": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdd.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdd.ko needs "lfsck_get_windows": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdd.ko needs "LU_OBF_FID": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdd.ko needs "fld_server_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "__ldiskfs_iget": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/ldiskfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "seq_client_fini": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "jbd2__journal_restart": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/kernel/fs/jbd2/jbd2.ko.xz
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "fld_local_lookup": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "qsd_op_begin": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lquota.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre-osd-ldiskfs/fs/osd_ldiskfs.ko needs "tgt_server_data_update": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko needs "cfs_expr_list_free_list": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko needs "rpc_pton": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/kernel/net/sunrpc/sunrpc.ko.xz
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdc.ko needs "osc_object_free": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdc.ko needs "ptlrpc_request_pack": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdc.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdc.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdc.ko needs "lov_fix_ea_for_replay": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lov.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mdc.ko needs "client_fid_init": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osp.ko needs "ptlrpc_request_pack": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osp.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osp.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osp.ko needs "client_fid_init": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/osp.ko needs "libcfs_next_nidstring": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgc.ko needs "ptlrpc_request_pack": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgc.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgc.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/mgc.ko needs "libcfs_next_nidstring": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "tgt_sec_ctx_handlers": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "num_exports_show": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "seq_server_fini": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fid.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "lfsck_register_namespace": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lfsck.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "fld_update_from_controller": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "libcfs_next_nidstring": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ofd.ko needs "lquotactl_slv": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lquota.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lmv.ko needs "ptlrpc_set_destroy": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/ptlrpc.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lmv.ko needs "class_unregister_type": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/obdclass.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lmv.ko needs "fld_client_add_target": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/fld.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lmv.ko needs "cfs_fail_loc": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/fs/lmv.ko needs "LNetGetId": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/ksocklnd.ko needs "lnet_inet_enumerate": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/ksocklnd.ko needs "cfs_cpt_bind": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet_selftest.ko needs "lnet_cpt_of_nid": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet.ko
/lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/lnet_selftest.ko needs "cfs_wi_schedule": /lib/modules/4.18.0-513.9.1.el8_9.x86_64/extra/lustre/net/libcfs.ko


More information about the lustre-discuss mailing list