Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.10.0
-
3
-
9223372036854775807
Description
There are several more of the kind of buggy redirections found in LU-7765.
lustre-release$ git --no-pager grep '2&>' lustre/tests/replay-dual.sh: rundbench 1 -D $dbench_dir -t 100 > /dev/null 2&>1 || lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/replay-single.sh: stat $remote_dir 2&>/dev/null && error "$remote_dir still exist!" lustre/tests/sanityn.sh: $LFS migrate -m $mdt_idx $migrate_dir1 2&>/dev/null || lustre/tests/sanityn.sh: 2&>/dev/null || rc1=$? lustre/tests/sanityn.sh: $migrate_dir2/target_file 2&>/dev/null || rc1=$? lustre/tests/sanityn.sh: rm -rf $migrate_dir2/target_file 2&>/dev/null || lustre/tests/sanityn.sh: rm -rf $migrate_dir2/source_file 2&>/dev/null ||
Attachments
Issue Links
- is related to
-
LU-7765 replay-dual test 26 buggy redirection
- Resolved