Details
-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Lustre 2.4.0
-
None
-
FC12 client node with 2.6.32.26-175.fc12.x86_6 (patchless) kernel
-
3
-
8424
Description
I built Lustre 2.4.0-RC2 client RPMs with:
./configure --disable-server make rpms
Unfortunately, it isn't possible to automatically build client-only RPMs without --disable-server because the build system incorrectly enables the ldiskfs support in mkfs_lustre.c, but then doesn't build the mount_utils_ldiskfs.c code that it depends on. That is a topic for a separate bug.
I was installing the resulting lustre-client RPMs on another system with the identical FC12 kernel and got the following warning:
1:lustre-client-modules ########################################### [ 33%] WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol RQF_MDS_QUOTA_DQACQ WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol quota_get_qdata WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol quota_copy_qdata WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol RQF_OST_QUOTA_ADJUST_QUNIT WARNING: /lib/modules/2.6.32.26-175.fc12.x86_64/updates/kernel/fs/lustre/lquota.ko needs unknown symbol RMF_QUOTA_ADJUST_QUNIT
The lquota.ko module should probably not be built or installed for a client-only RPM?
Attachments
Issue Links
- is related to
-
LU-3232 fsfilt_ldiskfs.ko should be in osd-ldiskfs rpm
- Resolved