summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/rados/basic/tasks/rgw_snaps.yaml
blob: ec864916de6bff5be37c8b2659a1b5342f7d5395 (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
33
34
35
36
37
38
overrides:
  ceph:
    conf:
      client:
        debug rgw: 20
        debug ms: 1
      osd:
        osd_max_omap_entries_per_request: 10
tasks:
- rgw:
    client.0:
- ceph_manager.wait_for_pools:
    kwargs:
      pools:
        - .rgw.buckets
        - .rgw.root
        - default.rgw.control
        - default.rgw.meta
        - default.rgw.log
- thrash_pool_snaps:
    pools:
    - .rgw.buckets
    - .rgw.root
    - default.rgw.control
    - default.rgw.meta
    - default.rgw.log
- s3readwrite:
    client.0:
      rgw_server: client.0
      readwrite:
        bucket: rwtest
        readers: 10
        writers: 3
        duration: 300
        files:
          num: 10
          size: 2000
          stddev: 500