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>
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
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
#!/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
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