ceph/qa/workunits/suites/fsstress.sh
Sage Weil 47ab2bab4f qa/fsstress: be verbose
Signed-off-by: Sage Weil <sage@newdream.net>
2011-08-10 14:01:06 -07:00

8 lines
178 B
Bash
Executable File

#!/bin/bash
command="/usr/lib/ltp/testcases/bin/fsstress -d fsstress-`hostname`$$ -l 1 -n 1000 -p 10 -v"
echo "Starting fsstress $command"
mkdir fsstress`hostname`-$$
$command