summaryrefslogtreecommitdiffstats
path: root/qa/suites/perf-basic/workloads/client_endpoint_rbd_4K_rand_write.yaml
blob: 1e9832b06203a732b0b4dd9fd5ff2491c6fc2598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
meta:
- desc: |
   Run librbdfio benchmark using cbt client endpoint for rbd.
   4K randwrite workload.

tasks:
- cbt:
    benchmarks:
      fio:
        client_endpoints: 'fiotest'
        op_size: [4096]
        time: 300
        mode: ['randwrite']
        norandommap: True
        size: 4096
        iodepth: [32]
        osd_ra: [4096]
        pool_profile: 'rbd'
        log_avg_msec: 100
    cluster:
      user: 'ubuntu'
      osds_per_node: 3
      iterations: 1
      pool_profiles:
        rbd:
          pg_size: 256
          pgp_size: 256
          replication: 3

    client_endpoints:
      fiotest:
        driver: 'librbd'