ceph/qa/workunits/suites/fsstress.sh
Sage Weil f2aef3e1da qa: organize workunits a bit
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-06-13 13:22:06 -07:00

8 lines
175 B
Bash
Executable File

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