[LU-10021] posix test_1: Unknown option: nospc-dev Created: 22/Sep/17 Updated: 18/May/20 Resolved: 18/May/20 |
|
| Status: | Closed |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | Lustre 2.11.0 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Jian Yu | Assignee: | WC Triage |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Lustre Build: https://build.hpdd.intel.com/job/lustre-master/3642 |
||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
posix test failed as follows: Run POSIX test against lustre filesystem
TMP=/tmp/vsx0 TMPDIR=/tmp/vsx0 /usr/src/posix/ext4/run_posix_suite.pl --mountpt=/mnt/lustre --posix-src=/usr/src/posix/ext4 --install-dir=/usr/src/posix/ext4/tet --results-dir=/usr/src/posix/ext4/tet/test_sets/results --nospc-dev=trevis-4vm4@tcp:/lustre --compare-result 2>&1
Unknown option: nospc-dev
Usage: run_posix_suite.pl [--mountpt=/mnt/lustre]
[--posix-src=/usr/src/posix]
[--install-dir=/home/tet]
[--results-dir=/home/tet/test_sets/results]
[--lustre-baseline=lustre_baseline]
[--lustre-report=lustre_report]
[--compare-result]
[--help]
Uncaught exception from user code:
1 at /usr/src/posix/ext4/run_posix_suite.pl line 38.
posix test_1: @@@@@@ FAIL: Run POSIX testsuite on /mnt/lustre failed
Maloo report: https://testing.hpdd.intel.com/test_sets/d0461daa-9d13-11e7-ba27-5254006e85c2 |
| Comments |
| Comment by Sarah Liu [ 28/Sep/17 ] |
|
This is caused by the dated toolkit which doesn't have the update of |
| Comment by Sarah Liu [ 29/Sep/17 ] |
|
I have installed the same master build #3647 on Trevis and Onyx, it turns out onyx has the right posix src installed, but trevis doesn't [root@onyx-74 posix]# lctl lustre_build_version
Lustre version: 2.10.53_21_gbf990d3
[root@onyx-74 posix]# grep nospc run_posix_suite.pl
my $nospc_dev = "/dev/loop0";
"nospc-dev=s" => \$nospc_dev,
-d $nospc_dev 2>&1\n";
-s $posix_src -d $nospc_dev 2>&1") == 0 or die;
" [--nospc-dev=/dev/loop0]\n" .
[root@onyx-74 posix]#
[root@trevis-58vm1 posix]# lctl lustre_build_version Lustre version: 2.10.53_21_gbf990d3 [root@trevis-58vm1 posix]# grep nospc run_posix_suite.pl [root@trevis-58vm1 posix]# |
| Comment by James Nunez (Inactive) [ 18/May/20 ] |
|
We will not fix this issue because we’ve replaced the POSIX test suite with pjdfstest. |