ceph/qa/tasks/rook-ceph.conf

42 lines
935 B
Plaintext

[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