From: Casey Bodley Date: Tue, 12 Aug 2025 15:19:08 +0000 (-0400) Subject: vstart: -d also raises --debug-rgw-lifecycle X-Git-Tag: testing/wip-vshankar-testing-20251027.053005-debug~24^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ad4e36d12f083220cfaee58d99ca93f8b7aca12a;p=ceph-ci.git vstart: -d also raises --debug-rgw-lifecycle lifecycle debug output was no longer showing up after the rgw_lifecycle subsys split from rgw Signed-off-by: Casey Bodley --- diff --git a/src/vstart.sh b/src/vstart.sh index b4738dff183..f83ae2f6da6 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -2023,7 +2023,7 @@ do_rgw() RGWDEBUG="" if [ "$debug" -ne 0 ]; then - RGWDEBUG="--debug-rgw=20 --debug-ms=1" + RGWDEBUG="--debug-rgw=20 --debug-rgw-lifecycle=20 --debug-ms=1" fi local CEPH_RGW_PORT_NUM="${CEPH_RGW_PORT}"