Skip to content

Commit 17a4fdb

Browse files
committed
Merge PR ceph#56454 into main
* refs/pull/56454/head: vstart: require debugging switch for all mds debug configs Reviewed-by: Leonid Usov <[email protected]> Reviewed-by: Venky Shankar <[email protected]>
2 parents 00a5a3d + 012b701 commit 17a4fdb

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)