Whamcloud - gitweb
LU-17941 ofd: do not copy over filter_fid structure
authorBobi Jam <bobijam@whamcloud.com>
Mon, 17 Jun 2024 17:24:29 +0000 (10:24 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 19 Jun 2024 05:36:25 +0000 (05:36 +0000)
commit592b35662934ca4fc9227ed8cf31c5edc7407f8a
tree6688e5651b7e84eff398757e53c6885c099ddc76
parent5cc56c9533c97de72e263db0e8a59fa8fc030e5d
LU-17941 ofd: do not copy over filter_fid structure

When a bigger filter_fid has been writen on disk by newer server,
downgraded Lustre would read more data but we need store less to
fit smaller filter_fid structure.

Lustre-change: https://review.whamcloud.com/55408
Lustre-commit: TBD (from 587b178e9330fcdf58bdd3c093e72594a08a611a)

Fixes: 28c366cee6d ("LU-17218 ofd: improve filter_fid upgrade compatibility")
Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: Idb5c8fffe4af22f35b64aa93e7efce7f9dd206d6
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/55458
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/ofd/ofd_objects.c
lustre/osd-ldiskfs/osd_io.c
lustre/osd-zfs/osd_io.c