Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Lustre 2.5.2
-
None
-
Hyperion
-
3
-
14509
Description
Appears to be a basic Bash error:
/usr/lib64/lustre/tests/parallel-scale.sh: line 138: [: missing `]'
Test returns garbage for summary (-nan) - not sure if the failure is related, as I shift to a different version of lustre/tests to complete my runs
Line is question is:
(code)
[ $(facet_fstype $SINGLEMDS) = zfs -o $(facet_fstype "ost1") = zfs] &&
SLOW=$ZFSSLOW
(code)