[LU-10047] sanity test_102d: mkdir -i 2 -c2 /mnt/lustre/d102d.sanity failed Created: 29/Sep/17 Updated: 08/Dec/17 Resolved: 27/Oct/17 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Lustre 2.11.0, Lustre 2.10.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Maloo | Assignee: | Bob Glossman (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Severity: | 3 | ||||||||||||
| Rank (Obsolete): | 9223372036854775807 | ||||||||||||
| Description |
|
This issue was created by maloo for Bob Glossman <bob.glossman@intel.com> This issue relates to the following test suite run: https://testing.hpdd.intel.com/test_sets/b502a26a-a4a8-11e7-b786-5254006e85c2. The sub-test test_102d failed with the following error: mkdir -i 2 -c2 /mnt/lustre/d102d.sanity failed similar fail also seen on other test_102 subtests Info required for matching: sanity 102d |
| Comments |
| Comment by Bob Glossman (Inactive) [ 29/Sep/17 ] |
|
seen again on master: The fact that it happened more than once is suspicious. No fails like this on other branches, only master. |
| Comment by Bob Glossman (Inactive) [ 29/Sep/17 ] |
|
When run on el7 the failing tests are skipped with:
This probably explains why the fail is only seen on el6, not el7. |
| Comment by John Hammond [ 29/Sep/17 ] |
|
This was introduced by the following change from https://review.whamcloud.com/26212 LU-3308 tests: fix sanity/sanityn test_mkdir() usage. @@ -7139,12 +7103,12 @@ test_102d() {
[ -z "$TAR" ] && skip_env "lustre-aware tar is not installed" && return
[[ $OSTCOUNT -lt 2 ]] && skip_env "needs >= 2 OSTs" && return
setup_test102
- test_mkdir -p $DIR/d102d
- $TAR xf $TMP/f102.tar -C $DIR/d102d --xattrs
- cd $DIR/d102d/$tdir
+ test_mkdir $DIR/$tdir
+ $TAR xf $TMP/$tfile.tar -C $DIR/$tdir --xattrs
+ cd $DIR/$tdir/$tdir
compare_stripe_info1
}
-run_test 102d "tar restore stripe info from tarfile,not keep osts ==========="
+run_test 102d "tar restore stripe info from tarfile,not keep osts"
test_102f() {
[ $PARALLEL == "yes" ] && skip "skip parallel run" && return
We need the -p option when we call test_mkdir(). |
| Comment by Bob Glossman (Inactive) [ 29/Sep/17 ] |
|
seems like that mod for LU-3308 had a lot of bad side effects. First |
| Comment by Gerrit Updater [ 29/Sep/17 ] |
|
Bob Glossman (bob.glossman@intel.com) uploaded a new patch: https://review.whamcloud.com/29275 |
| Comment by Bob Glossman (Inactive) [ 01/Oct/17 ] |
|
at least one ok test run with the patch shows that it does in fact work. |
| Comment by Gerrit Updater [ 02/Oct/17 ] |
|
Bob Glossman (bob.glossman@intel.com) uploaded a new patch: https://review.whamcloud.com/29288 |
| Comment by Bob Glossman (Inactive) [ 02/Oct/17 ] |
|
Possible better fix. |
| Comment by Gerrit Updater [ 13/Oct/17 ] |
|
Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/29288/ |
| Comment by Gerrit Updater [ 27/Oct/17 ] |
|
Bob Glossman (bob.glossman@intel.com) uploaded a new patch: https://review.whamcloud.com/29823 |
| Comment by Gerrit Updater [ 15/Nov/17 ] |
|
John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29823/ |
| Comment by Gerrit Updater [ 27/Nov/17 ] |
|
Andreas Dilger (andreas.dilger@intel.com) uploaded a new patch: https://review.whamcloud.com/30251 |
| Comment by Gerrit Updater [ 08/Dec/17 ] |
|
Joseph Gmitter (joseph.gmitter@intel.com) merged in patch https://review.whamcloud.com/30251/ |