Whamcloud - gitweb
LU-14537 mdd: directory migrate skips project ID check 10/42110/3
authorLai Siyao <lai.siyao@whamcloud.com>
Sat, 13 Mar 2021 15:48:54 +0000 (23:48 +0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 5 May 2021 02:50:07 +0000 (02:50 +0000)
commitd32beef5ddde49362a849efabf514206a1adf6c4
treee870090ecce4126b438df98a571bf471950e50d1
parent65062463199fa76b6313e9452e3ab9590cbedaa2
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.

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