Home | History | Annotate | Download | only in tools

Lines Matching refs:disks

27 DISKS=
51 one test after anoter but all disks at the same time
55 -d disk1[,disk2,disk3,..] : Run the tests on the selected disks
77 ETA ~ 4 tests * 4 disks * 100 seconds
79 ETA ~ 4 tests * 4 disks * 100 seconds
81 ETA ~ 4 tests * 4 disks * 100 seconds
148 for disk in $(echo $DISKS | tr "," " "); do
160 for disk in $(echo $DISKS | tr "," " "); do
248 DISKS=$OPTARG
249 PRINTABLE_DISKS=$(diskname_to_printable "$DISKS")
287 if [ -z "$DISKS" ]; then
288 echo "Missing DISKS !"