Whamcloud - gitweb
LU-14537 mdd: directory migrate skips project ID check
authorLai Siyao <lai.siyao@whamcloud.com>
Sat, 13 Mar 2021 15:48:54 +0000 (23:48 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 15 Jul 2021 15:16:59 +0000 (15:16 +0000)
commite81474e7daa84ac34ffac894b7d8a0048b284a3d
treef87c79276cda82e05d406b60c11194fea4ebc27b
parentf02c71f111e241139af7787df13a2592cf0a6b68
LU-14537 mdd: directory migrate skips project ID check

mdd_migrate_sanity_check() used to call mdd_rename_sanity_check(),
while the latter checks parent and sub file project ID, which is
redundant for migration because it's an internal layout change.

Add sanity 230t.

Lustre-change: https://review.whamcloud.com/42110
Lustre-commit: d32beef5ddde49362a849efabf514206a1adf6c4

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: If5ac2131acb1dfb30a312dc34052287776f581c7
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/44247
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/mdd/mdd_dir.c
lustre/tests/sanity.sh