We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b40db62 + 2d602e6 commit 07cc856Copy full SHA for 07cc856
src/vstart.sh
@@ -787,8 +787,6 @@ do_rgw_conf() {
787
[client.rgw.${current_port}]
788
rgw frontends = $rgw_frontend port=${current_port}${flight_conf:+,arrow_flight}
789
admin socket = ${CEPH_OUT_DIR}/radosgw.${current_port}.asok
790
- debug rgw_flight = 20
791
- debug rgw_notification = 20
792
EOF
793
current_port=$((current_port + 1))
794
unset flight_conf
@@ -1656,7 +1654,9 @@ else
1656
1654
debug mgrc = 20
1657
1655
debug ms = 1'
1658
CCLIENTDEBUG='
1659
- debug client = 20'
+ debug client = 20
+ debug rgw_flight = 20
+ debug rgw_notification = 20'
1660
CMDSDEBUG='
1661
debug mds = 20'
1662
fi
0 commit comments