blob: a9049560d274b44868d4b34edb6c0da3a69da004 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
roles:
- - mon.a
- mgr.x
- osd.0
- osd.1
- osd.2
- - osd.3
- osd.4
- osd.5
- client.0
openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
override:
ceph:
conf:
mon:
osd pool default size: 3
osd min pg log entries: 5
osd max pg log entries: 10
tasks:
- install:
- ceph:
pre-mgr-commands:
- sudo ceph config set mgr mgr_pool false --force
log-ignorelist:
- but it is still running
- missing primary copy of
- objects unfound and apparently lost
- overall HEALTH_
- \(OSDMAP_FLAGS\)
- \(SLOW_OPS\)
- \(PG_
- \(OBJECT_MISPLACED\)
- \(OSD_
- \(OBJECT_
- \(TOO_FEW_PGS\)
- \(POOL_BACKFILLFULL\)
- slow request
- \(POOL_APP_NOT_ENABLED\)
- thrashosds:
op_delay: 30
clean_interval: 120
chance_down: .75
min_live: 5
min_in: 5
chance_test_backfill_full: .5
- radosbench:
clients: [client.0]
time: 1800
type: rand
objectsize: 1048576
|