mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
3fccc0a9f2
Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
8 lines
175 B
Bash
Executable File
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
|