]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/lua: fix a crash when D4N is enabled 67638/head
authorNithya Balachandran <nithya.balachandran@ibm.com>
Wed, 4 Mar 2026 06:19:00 +0000 (06:19 +0000)
committerNithya Balachandran <nithya.balachandran@ibm.com>
Wed, 4 Mar 2026 06:23:48 +0000 (06:23 +0000)
commit0383ca23e5c59d8eb80afe64c5ede1965c5d0bf6
tree004f344ce369806a405d7b4a4d8c96ce66e4e5f4
parent3b944c2bcf8e6572d3402633f35b3309c939cddd
rgw/lua: fix a crash when D4N is enabled

This change addresses a crash in Lua which happens when the lua
Background is not set in the LuaManager. Specifically, this occurs
when rgw_filter is set to d4n, as the env.driver is not the rados
driver in that scenario.

Fixes: https://tracker.ceph.com/issues/75306
Signed-off-by: Nithya Balachandran <nithya.balachandran@ibm.com>
src/rgw/driver/rados/rgw_sal_rados.cc
src/rgw/rgw_sal_store.h