]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/cache: this commit squashes following commits related to changes in
authorSamarah <samarah.uriarte@ibm.com>
Mon, 31 Jul 2023 17:32:49 +0000 (13:32 -0400)
committerPritha Srivastava <prsrivas@redhat.com>
Tue, 2 Apr 2024 15:54:51 +0000 (21:24 +0530)
commit194a3d3eaf59e8cea1b8ba42e3f11b986efc814c
tree48b9d07a01ff29c9f3166153ca8b84b1e08f0bdb
parente0c3f8e0995de37aa10192cba3a1ea076f95830c
rgw/cache: this commit squashes following commits related to changes in
redis driver and ssd driver.

rgw/redis: Add `del`, `put_async`, and `calculate_free_space` methods to RedisDriver
rgw/redis: Work on RedisDriver `put_async` and `get_async` methods
rgw/cache: Add error-checking to `SSDDriver::set_attr`
rgw/redis: Remove `calculate_free_space` method from RedisDriver, fix
`free_space` calculations, clean up async code

Signed-off-by: Samarah <samarah.uriarte@ibm.com>
src/rgw/driver/d4n/rgw_sal_d4n.cc
src/rgw/driver/d4n/rgw_sal_d4n.h
src/rgw/rgw_redis_driver.cc
src/rgw/rgw_redis_driver.h
src/rgw/rgw_ssd_driver.cc
src/test/rgw/test_redis_driver.cc