Whamcloud - gitweb
EX-6247 lfsck: support compression in filter_fid
authorHongchao Zhang <hongchao@whamcloud.com>
Fri, 8 Mar 2024 02:45:02 +0000 (10:45 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 16 Mar 2024 08:19:51 +0000 (08:19 +0000)
commit9e3db92ed14c996b69ddcfba40b469943abf7021
treebb58fb71ca1d30e8506e42421d861a2323ed8b18
parentc72beccfc0ef602991cc58d0693b1adcd6adf330
EX-6247 lfsck: support compression in filter_fid

The OST object compression info has been stored in filter_fid
by EX-8038, the LFSCK also needs to handle the compression info
during processing the filter_fid.

Fixes: bf4f5295e594 ("EX-8038 csdc: expand filter_fid")
Signed-off-by: Hongchao Zhang <hongchao@whamcloud.com>
Change-Id: Id050214ba0057776a05c194dc9222117c5d7fd8b
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54158
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Lai Siyao <lai.siyao@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/include/uapi/linux/lustre/lustre_idl.h
lustre/include/uapi/linux/lustre/lustre_user.h
lustre/lfsck/lfsck_layout.c
lustre/tests/sanity-lfsck.sh