]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/rados: create_bucket() passes non-null dpp to get_bucket_info()
authorCasey Bodley <cbodley@redhat.com>
Wed, 16 Apr 2025 19:26:18 +0000 (15:26 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 16 Apr 2025 19:26:22 +0000 (15:26 -0400)
commitc0c8b993b2e0cdcc8c442c7c433b4c20d34be5f4
tree15ec069b650e9de11c06fa8de8e80219c3403935
parent747557da73182fe9d0535af6c2b9ed5c2cccd185
rgw/rados: create_bucket() passes non-null dpp to get_bucket_info()

when rgw_beast_enable_async=0, get_bucket_info() crashes on
maybe_warn_about_blocking() when it tries to log to a null
DoutPrefixProvider

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/driver/rados/rgw_rados.cc