]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/perf-basic/workloads/client_endpoint_rbd_4K_rand_write.yaml
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / suites / perf-basic / workloads / client_endpoint_rbd_4K_rand_write.yaml
1 meta:
2 - desc: |
3 Run librbdfio benchmark using cbt client endpoint for rbd.
4 4K randwrite workload.
5
6 tasks:
7 - cbt:
8 benchmarks:
9 fio:
10 client_endpoints: 'fiotest'
11 op_size: [4096]
12 time: 300
13 mode: ['randwrite']
14 norandommap: True
15 size: 4096
16 iodepth: [32]
17 osd_ra: [4096]
18 pool_profile: 'rbd'
19 log_avg_msec: 100
20 cluster:
21 user: 'ubuntu'
22 osds_per_node: 3
23 iterations: 1
24 pool_profiles:
25 rbd:
26 pg_size: 256
27 pgp_size: 256
28 replication: 3
29
30 client_endpoints:
31 fiotest:
32 driver: 'librbd'