Whamcloud - gitweb
LU-11681 lmv: disable remote file statahead 30/33930/15
authorLai Siyao <lai.siyao@intel.com>
Wed, 12 Dec 2018 20:38:19 +0000 (04:38 +0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 7 Sep 2019 01:50:58 +0000 (01:50 +0000)
commit02b5a407081c88090f7237ef464a6f6c74139f67
tree65707b84a49064d82fd408bca40b09211eeda01a
parent11eba11fe0457b735194e5924e7bb1882a5b31b8
LU-11681 lmv: disable remote file statahead

Remote file statahead is not supported, because such file needs
two RPCs to fetch both LOOKUP and GETATTR lock, on LOOKUP success
we only know file FID, thus can't prepare an inode correctly.

Disable this to avoid noise messages and confusion.

Update sanity.sh test_60g.

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: Ied99dbce320f678ffd94c461bef9d67e107e673c
Reviewed-on: https://review.whamcloud.com/33930
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/lmv/lmv_obd.c
lustre/tests/sanity.sh