mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
0770791d98
Use less space so we can run on openstack. Signed-off-by: Sage Weil <sage@redhat.com>
11 lines
203 B
Bash
Executable File
11 lines
203 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rados -p rbd load-gen \
|
|
--num-objects 51200 \
|
|
--min-object-size 1 \
|
|
--max-object-size 1048576 \
|
|
--max-ops 128 \
|
|
--max-backlog 128 \
|
|
--percent 90 \
|
|
--run-length 600
|