9 lines
173 B
Bash
Executable File
9 lines
173 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
PG_COUNT=16
|
|
. `dirname $0`/run_3osds.sh
|
|
|
|
build/src/kv/vitastor-kv-stress --config_path $VITASTOR_CFG --pool_id 1 --inode_id 1 --runtime 30
|
|
|
|
format_green OK
|