Skip to content

Commit 52b9429

Browse files
committed
src/vstart.sh: default debug mon = 30 in verbose
Make debug_mon = 30 a default for mons in vstart cluster verbose mode. Fixes: https://tracker.ceph.com/issues/71344 Signed-off-by: Kamoltat Sirivadhna <[email protected]>
1 parent 78fe8d8 commit 52b9429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vstart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ else
16121612
debug echo "** going verbose **"
16131613
CMONDEBUG='
16141614
debug osd = 20
1615-
debug mon = 20
1615+
debug mon = 30
16161616
debug osd = 20
16171617
debug paxos = 20
16181618
debug auth = 20

0 commit comments

Comments
 (0)