mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
47ab2bab4f
Signed-off-by: Sage Weil <sage@newdream.net>
8 lines
178 B
Bash
Executable File
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
|