- Increase
osd_bench_large_size_max_throughputto something larger (e.g.10737418240, 10Gi) usingceph config set osd.<id> osd_bench_large_size_max_throughput <throughput>. - Run
ceph tell osd.* bench <size>with e.g.21474836480(20Gi)
- Increase
osd_bench_small_size_max_iopsto something larger (e.g.100000) usingceph config set osd.<id> osd_bench_small_size_max_iops <iops>. - Run
ceph tell osd.* bench <size> <blocksize>with e.g.2147483648(2Gi) for<size>and e.g.512for<blocksize>.
- Run
rados bench -p <pool> 600 write -t 16 --object_size=4MB --no-cleanup