Whamcloud - gitweb
EX-6269 osc: decompress with algorithm from server
authorPatrick Farrell <pfarrell@whamcloud.com>
Fri, 5 Jan 2024 20:24:08 +0000 (15:24 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 13 Jan 2024 02:44:10 +0000 (02:44 +0000)
commit966b353b6e729c223572bfdb2185ab936a637f61
tree6f7401df3bcb27f7a914ec10ed27249fa0724465
parent4b56f941f86786c072686043716177836020b4d3
EX-6269 osc: decompress with algorithm from server

Data may not be compressed with the compression type and
level from the layout, so we must use the compression type
and level from storage for decompression.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ib4cdccf294ef631a25147413d7f5c1a847c9504e
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53601
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/osc/osc_compress.c