Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.4.0
-
None
-
3
-
5206
Description
I am trying to add sanity-quota.sh into my roster and it seems to be very unhappy running with a single node setup: with no lustre mounted beforehand:
[root@centos6-9 tests]# SLOW=yes REFORMAT=yes sh sanity-quota.sh
Logging to shared log directory: /tmp/test_logs/1350196677
error: lustre_build_version: No such file or directory
opening /dev/lnet failed: No such device
hint: the kernel modules may not be loaded
IOC_LIBCFS_GET_NI error 19: No such device
error: get_param: /proc/{fs,sys}/{lnet,lustre}/version: Found no match
/home/green/git/lustre-release/lustre/tests/test-framework.sh: line 341: ( << 16) | ( << 8) | : syntax error: operand expected (error token is "<< 16) | ( << 8) | ")
sanity-quota.sh: line 44: [: -lt: unary operator expected
I imagine lustre setup bit needs to be moved earlier into the code.