Project

General

Profile

config.yaml

John Spray, 08/12/2014 01:59 PM

Download (3.58 KB)

 
1
interactive-on-error: true
2
overrides:
3
  admin_socket:
4
    branch: wip-mds-contexts
5
  ceph:
6
    conf:
7
      client:
8
        debug objecter: 20
9
        debug rados: 20
10
      global:
11
        ms inject socket failures: 5000
12
      mon:
13
        debug mon: 20
14
        debug ms: 1
15
        debug paxos: 20
16
      osd:
17
        debug filestore: 20
18
        debug journal: 20
19
        debug ms: 1
20
        debug osd: 20
21
        osd op thread timeout: 60
22
        osd sloppy crc: true
23
    fs: btrfs
24
    log-whitelist:
25
    - slow request
26
    sha1: 7be59771bff09e2b46b5467627cbd7bb8b60727a
27
  ceph-deploy:
28
    branch:
29
      dev: wip-mds-contexts
30
    conf:
31
      client:
32
        log file: /var/log/ceph/ceph-$name.$pid.log
33
      mon:
34
        debug mon: 1
35
        debug ms: 20
36
        debug paxos: 20
37
        osd default pool size: 2
38
  install:
39
    ceph:
40
      branch: master
41
  s3tests:
42
    branch: master
43
  workunit:
44
    branch: wip-mds-contexts
45
roles:
46
- - mon.a
47
  - osd.0
48
  - osd.1
49
  - osd.2
50
- - osd.3
51
  - osd.4
52
  - osd.5
53
  - client.0
54
targets:
55
  ubuntu@mira097.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwRh1P85PelKqJk1xW3Iw/FYkfYbCO1s9jNCgMng8aRFMHo5uUAYrEH0eZzBK1An+jcbYwT5TVxI0fx/iKkdzOP/4V2R8w7m0D6Xgf/v+/sv0H3rqUTgLQbCkupdhN0bLCtiSuraFfp+sD5EoW44lP95ZSSMQVy3WqBffbusZt6m7U48sWtg8szczM7GxVTN2VKcupEkO/Sq9O5svNAZQdRdEwWcth1mlwtL3Ssw45uorEYQyRGW9P3eXFY9dnq3ggaKoYPBOPQTGA4Ei07wxmuwba5Jy7xo4VOthzfu/+w+riNJNPq/7DxNOzzR4CNxxNt038pTA053uTcX+uEGpv
56
  ubuntu@mira114.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIxnyBCv+FDBOEmuLol7e34HhdhvV9gwFq4IEjobh1UrkLdqMZBiSovvaYIN6wjlZxM5Nkpu91uiLFeGFCZzPe6ktB6OLpUrqTmWCxbUVV9vbqRkXxlsaXX0S+AZL/TmkOdp0M54EdJHbuN4Gks1O48dPZ2LuJCKhb0RuAeT6VZm8NB600RYXbazvSm+ovu7Sc1GkP/jLRb95+2X657oGssItY19mYQwCrkUSrXEONDTyy3Xzkvf2oGcLjW62SjTpXA2pMwIGmNIlI4L9kekdKbquoeqMfkhzbDuQuf3NpzuvTKMKPgoXoLNVi5eAxxZpCGUxHRwcP/yv0nf3Gaglx
57
tasks:
58
- internal.save_config: null
59
- internal.check_lock: null
60
- internal.connect: null
61
- internal.serialize_remote_roles: null
62
- internal.check_conflict: null
63
- internal.check_ceph_data: null
64
- internal.vm_setup: null
65
- internal.base: null
66
- internal.archive: null
67
- internal.coredump: null
68
- internal.sudo: null
69
- internal.syslog: null
70
- internal.timer: null
71
- install: null
72
- ceph:
73
    log-whitelist:
74
    - wrongly marked me down
75
    - slow request
76
- exec:
77
    client.0:
78
    - ceph osd pool create base 4
79
    - ceph osd pool create cache 4
80
    - ceph osd tier add base cache
81
    - ceph osd tier cache-mode cache writeback
82
    - ceph osd tier set-overlay base cache
83
    - ceph osd pool set cache hit_set_type bloom
84
    - ceph osd pool set cache hit_set_count 8
85
    - ceph osd pool set cache hit_set_period 60
86
    - ceph osd pool set cache target_max_objects 500
87
- background_exec:
88
    mon.a:
89
    - while true
90
    - do sleep 30
91
    - echo forward
92
    - ceph osd tier cache-mode cache forward
93
    - sleep 10
94
    - ceph osd pool set cache cache_target_full_ratio .001
95
    - echo cache-try-flush-evict-all
96
    - rados -p cache cache-try-flush-evict-all
97
    - sleep 5
98
    - echo cache-flush-evict-all
99
    - rados -p cache cache-flush-evict-all
100
    - sleep 5
101
    - echo remove overlay
102
    - ceph osd tier remove-overlay base
103
    - sleep 20
104
    - echo add writeback overlay
105
    - ceph osd tier cache-mode cache writeback
106
    - ceph osd pool set cache cache_target_full_ratio .8
107
    - ceph osd tier set-overlay base cache
108
    - sleep 30
109
    - ceph osd tier cache-mode cache readforward
110
    - done
111
- rados:
112
    clients:
113
    - client.0
114
    max_seconds: 600
115
    objects: 10000
116
    op_weights:
117
      copy_from: 50
118
      delete: 50
119
      read: 100
120
      write: 100
121
    ops: 400000
122
    pools:
123
    - base
124
    size: 1024