Skip to content

Commit ad4e36d

Browse files
committed
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 <[email protected]>
1 parent 889ce8b commit ad4e36d

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
@@ -2023,7 +2023,7 @@ do_rgw()
20232023

20242024
RGWDEBUG=""
20252025
if [ "$debug" -ne 0 ]; then
2026-
RGWDEBUG="--debug-rgw=20 --debug-ms=1"
2026+
RGWDEBUG="--debug-rgw=20 --debug-rgw-lifecycle=20 --debug-ms=1"
20272027
fi
20282028

20292029
local CEPH_RGW_PORT_NUM="${CEPH_RGW_PORT}"

0 commit comments

Comments
 (0)