Whamcloud - gitweb
LU-14119 mdc: set fid2path RPC interruptible
authorLai Siyao <lai.siyao@whamcloud.com>
Wed, 13 Jan 2021 09:29:50 +0000 (17:29 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 15 Jul 2021 09:26:48 +0000 (09:26 +0000)
commit04fb62ecd5f03612c9f11ab18c89d0236ec96d01
tree9de99d8d082bcfca3f4a84463fdbc37181e551ef
parentc09ba17baacfa175834f2a5f46f1f3650eadb2cd
LU-14119 mdc: set fid2path RPC interruptible

Sometimes OI scrub can't fix the inconsistency in FID and name, and
server will return -EINPROGRESS for fid2path request. Upon such
failure, client will keep resending the request. Set such request
to be interruptible to avoid deadlock.

Lustre-change: https://review.whamcloud.com/41219
Lustre-commit: bf475262610671534b1b1a33cebb49d8380b74f7

Signed-off-by: Lai Siyao <lai.siyao@whamcloud.com>
Change-Id: I82192cb8a8256064ca632cabfe5581b12e86423b
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/44229
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/mdc/mdc_request.c