mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
vstart: require debugging switch for all mds debug configs
mds_debug_subtrees wrecks vstart cluster performance particularly egregiously. Do not turn it on by default. Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
parent
f19765ec08
commit
012b701d1d
@ -1632,11 +1632,6 @@ osd_debug_op_order = true
|
||||
osd_debug_misdirected_ops = true
|
||||
osd_copyfrom_max_chunk = 524288
|
||||
|
||||
[mds]
|
||||
mds_debug_frag = true
|
||||
mds_debug_auth_pins = true
|
||||
mds_debug_subtrees = true
|
||||
|
||||
[mgr]
|
||||
mgr/telemetry/nag = false
|
||||
mgr/telemetry/enable = false
|
||||
@ -1673,6 +1668,9 @@ debug_monc = 20
|
||||
debug_mgrc = 20
|
||||
mds_debug_scatterstat = true
|
||||
mds_verify_scatter = true
|
||||
mds_debug_frag = true
|
||||
mds_debug_auth_pins = true
|
||||
mds_debug_subtrees = true
|
||||
EOF
|
||||
fi
|
||||
if [ "$cephadm" -gt 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user