Whamcloud - gitweb
EX-9524 mdt: enable parallel_rename_crossdir
authorLi Xi <lixi@ddn.com>
Fri, 5 Apr 2024 13:21:45 +0000 (21:21 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 15 Apr 2024 09:56:08 +0000 (09:56 +0000)
commit111209f01567fb3770a5f15a039e9d13499c0747
treea8332f9a0669c0e019c3271f2500554a3a814701
parentf26bfb318d9e28a59736ff0bb17d71ab7850f2ad
EX-9524 mdt: enable parallel_rename_crossdir

parallel_rename_crossdir was not enabled due to a problem when
porting the following patch.

Fixes: ce01016a4a ("LU-17426 mdt: relax same MDT file rename lock")

The test case that excercise the feature was not run due to
the version check problem when porting the following patch.

Fixes: bc59df8232 ("LU-17426 tests: add crossdir parallel rename test")

Change-Id: I9316c599c6bd24891fbab3484935147d812b6f1c
Signed-off-by: Li Xi <lixi@ddn.com>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54682
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/mdt/mdt_reint.c
lustre/tests/sanityn.sh