Skip to content

Commit 07cc856

Browse files
authored
Merge pull request ceph#66275 from yuvalif/wip-yuval-vstart-debug
vstart: all rgw debug logs must honor the -d flag
2 parents b40db62 + 2d602e6 commit 07cc856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/vstart.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,6 @@ do_rgw_conf() {
787787
[client.rgw.${current_port}]
788788
rgw frontends = $rgw_frontend port=${current_port}${flight_conf:+,arrow_flight}
789789
admin socket = ${CEPH_OUT_DIR}/radosgw.${current_port}.asok
790-
debug rgw_flight = 20
791-
debug rgw_notification = 20
792790
EOF
793791
current_port=$((current_port + 1))
794792
unset flight_conf
@@ -1656,7 +1654,9 @@ else
16561654
debug mgrc = 20
16571655
debug ms = 1'
16581656
CCLIENTDEBUG='
1659-
debug client = 20'
1657+
debug client = 20
1658+
debug rgw_flight = 20
1659+
debug rgw_notification = 20'
16601660
CMDSDEBUG='
16611661
debug mds = 20'
16621662
fi

0 commit comments

Comments
 (0)