Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Lustre 2.6.0
-
None
-
3
-
14082
Description
run sh llmount with current master I got this
[root@mds tests]# sh llmount.sh Stopping clients: mds /mnt/lustre (opts:) Stopping clients: mds /mnt/lustre2 (opts:) Loading modules from /work/lustre-release/lustre/tests/.. detected 2 online CPUs by sysfs Force libcfs to create 2 CPU partitions ../libcfs/libcfs/libcfs options: 'cpu_npartitions=2' debug=vfstrace rpctrace dlmtrace neterror ha config ioctl super subsystem_debug=all -lnet -lnd -pinger gss/krb5 is not supported quota/lquota options: 'hash_lqs_cur_bits=3' Formatting mgs, mds, osts Format mds1: /tmp/lustre-mdt1 mkfs.lustre FATAL: unhandled fs type 1 'ldiskfs' mkfs.lustre FATAL: unable to prepare backend (22) mkfs.lustre: exiting with 22 (Invalid argument)
It seems commit "LU-4606 utils: Mount uses so for backing fstype" insist to load plugin for a given mount_type from $pkglibdir/mount_osd_$FSTYPE.so, which will bring problem for local testing environment.
Attachments
Issue Links
- is related to
-
LU-4606 Lustre hard codes libzfs.so.1 in lustre/utils/mount_utils_zfs.c
- Resolved