Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.15.0
-
None
-
3
-
9223372036854775807
Description
the following test demonstrates the defect:
test_0A () { local num=100 echo $num stopall echo $num after stopall }
Result:
== sanity test 0A: num =================================== 17:00:03 (1648659603) 100 Stopping clients: fre0107,fre0108 /mnt/lustre (opts:) Stopping client fre0107 /mnt/lustre opts: Stopping client fre0108 /mnt/lustre opts: Stopping clients: fre0107,fre0108 /mnt/lustre2 (opts:) Stopping /mnt/lustre-mds1 (opts:-f) on fre0105 Stopping /mnt/lustre-mds2 (opts:-f) on fre0105 Stopping /mnt/lustre-ost1 (opts:-f) on fre0106 Stopping /mnt/lustre-ost2 (opts:-f) on fre0106 Stopping /mnt/lustre-mgs (opts:) on fre0105 2 after stopall PASS 0A (33s)