Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.5.0
-
9794
Description
This issue relates to the following test suite run: http://maloo.whamcloud.com/test_sets/b034018c-0756-11e3-bc50-52540035b04c.
The sub-test test_90 failed with the following error:
wrong stripe: f2, uuid: lustre-OST0002_UUID
From the client test log, we see
== replay-single test 90: lfs find identifies the missing striped file segments == 02:30:16 (1376731816) Create the files error opening /mnt/lustre/d90.replay-single/file: No such file or directory (2) llapi_semantic_traverse: Failed to open '/mnt/lustre/d90.replay-single/file': No such file or directory (2) error: getstripe failed for /mnt/lustre/d90.replay-single/file. replay-single test_90: @@@@@@ FAIL: wrong stripe: f2, uuid: lustre-OST0002_UUID
So, the real error is that there is no file by the name of /mnt/lustre/d90.replay-single/file.
Look at the code for test 90, there is a missing "$" in front of "file" when calling getstripe. I'll upload a patch.
Attachments
Issue Links
- is related to
-
LU-3809 replay-single test_58c does not clean up after failure
- Resolved