Skip to content

Commit 012b701

Browse files
committed
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 <[email protected]>
1 parent f19765e commit 012b701

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/vstart.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,11 +1632,6 @@ osd_debug_op_order = true
16321632
osd_debug_misdirected_ops = true
16331633
osd_copyfrom_max_chunk = 524288
16341634
1635-
[mds]
1636-
mds_debug_frag = true
1637-
mds_debug_auth_pins = true
1638-
mds_debug_subtrees = true
1639-
16401635
[mgr]
16411636
mgr/telemetry/nag = false
16421637
mgr/telemetry/enable = false
@@ -1673,6 +1668,9 @@ debug_monc = 20
16731668
debug_mgrc = 20
16741669
mds_debug_scatterstat = true
16751670
mds_verify_scatter = true
1671+
mds_debug_frag = true
1672+
mds_debug_auth_pins = true
1673+
mds_debug_subtrees = true
16761674
EOF
16771675
fi
16781676
if [ "$cephadm" -gt 0 ]; then

0 commit comments

Comments
 (0)