]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/notifications: enable notifications debug logs in vstart 60784/head
authorYuval Lifshitz <ylifshit@ibm.com>
Mon, 15 Apr 2024 13:50:17 +0000 (13:50 +0000)
committerkchheda3 <kchheda3@bloomberg.net>
Wed, 20 Nov 2024 20:38:28 +0000 (15:38 -0500)
as well as in:
- multisite tests (used for notification v2 migration tests)
- the qa suites running notifications

enable lifecycle logs in notification tests: for the lc notification test cases

this is needed after: 429967917b4f9b5f71214fa3c7718e780728249b

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
qa/suites/rgw/notifications/overrides.yaml
qa/suites/rgw/verify/overrides.yaml
src/test/rgw/test-rgw-common.sh
src/vstart.sh

index 5844541e25564e9c910c50101211de3cc11669f0..00f81003aa6f26a00dbd955efb7926fcec784e61 100644 (file)
@@ -5,6 +5,8 @@ overrides:
         setuser: ceph
         setgroup: ceph
         debug rgw: 20
+        debug rgw lifecycle: 20
+        debug rgw notification: 20
         rgw crypt s3 kms backend: testing
         rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
         rgw crypt require ssl: false
index 71c8ad97c4eae7ab587cfc2d2ef932663fa5f5d1..1b3b5abd7adf23ad4f80d03c4be2ab1bfba8417d 100644 (file)
@@ -5,6 +5,7 @@ overrides:
         setuser: ceph
         setgroup: ceph
         debug rgw: 20
+        debug rgw notification: 20
         rgw crypt s3 kms backend: testing
         rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
         rgw crypt require ssl: false
index 7f546ea7d230f5543b0fd4eafe6eff08f5a96d78..ef8d80e132bc575b8c14860ad5c4fbc1e1a149cf 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-rgw_flags="--debug-rgw=20 --debug-ms=1"
+rgw_flags="--debug-rgw-notification=20 --debug-rgw=20 --debug-ms=1"
 
 function _assert {
   src=$1; shift
index 557129b820b57afee3c737a22abd606d2ec9ce2e..53d07f77460fa2eba740e6eacd3a29c93d18e554 100755 (executable)
@@ -723,6 +723,7 @@ do_rgw_conf() {
         rgw frontends = $rgw_frontend port=${current_port}${flight_conf:+,arrow_flight}
         admin socket = ${CEPH_OUT_DIR}/radosgw.${current_port}.asok
         debug rgw_flight = 20
+        debug rgw_notification = 20
 EOF
         current_port=$((current_port + 1))
         unset flight_conf