Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.11.0
-
Lustre file system with a single OST
-
3
-
9223372036854775807
Description
sanity test27F requires at least two OSTs and will fail with the following error when run with a single OST
sanity test_27F: @@@@@@ FAIL: wrong stripecount
The test checks that a newly created file has two stripes
2228 cmp /etc/hosts $DIR/$tdir/f0 || error "cmp failed" 2229 [[ $($GETSTRIPE -c $DIR/$tdir/f0) == 2 ]] || error "wrong stripecount" 2230 2231 } 2232 run_test 27F "Client resend delayed layout creation with non-zero size"
Some recent logs for this failure are at
https://testing.hpdd.intel.com/test_sets/93cc478a-1cae-11e8-a6ad-52540065bddc
https://testing.hpdd.intel.com/test_sets/3a94d0ee-1cac-11e8-bd00-52540065bddc
Attachments
Issue Links
- mentioned in
-
Page Loading...