summaryrefslogtreecommitdiffstats
path: root/qa/tasks/rook-ceph.conf
blob: 38ac11e41413b156ef1498e9f7bd3d033d467189 (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
[global]

log to file = true

mon clock drift allowed = 1.000

# replicate across OSDs, not hosts
osd crush chooseleaf type = 0

# enable some debugging
auth debug = true
ms die on old message = true
ms die on bug = true
debug asserts on shutdown = true


[osd]
# debugging
osd debug shutdown = true
osd debug op order = true
osd debug verify stray on activate = true
osd debug pg log writeout = true
osd debug verify cached snaps = true
osd debug verify missing on start = true
osd debug misdirected ops = true
osd op queue = debug_random
osd op queue cut off = debug_random
osd shutdown pgref assert = true
bdev debug aio = true
osd sloppy crc = true


[mon]
# rotate auth tickets quickly to exercise renewal paths
auth mon ticket ttl = 660      # 11m
auth service ticket ttl = 240  # 4m

# don't complain about global id reclaim
mon_warn_on_insecure_global_id_reclaim = false
mon_warn_on_insecure_global_id_reclaim_allowed = false