Whamcloud - gitweb
LU-4921 lmv: try all stripes for unknown hash functions 41/10041/12
authorWang Di <di.wang@intel.com>
Thu, 26 Jun 2014 05:35:52 +0000 (22:35 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 1 Jul 2014 04:23:44 +0000 (04:23 +0000)
commit3ea78dd02a57211ae9b55111323d14cfbc71bc43
tree1dea14b06c4780ed83e98507a4d7425ee0019ae5
parentc06ad2fda8da78dd48f07ada906724eef0e78db5
LU-4921 lmv: try all stripes for unknown hash functions

For unknown hash type, LMV should try all stripes to locate
the name entry. But it will only for lookup and unlink, i.e.
we can only list and unlink entries under striped dir with
unknown hash type.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: Ifeed7131c24e48277a6cc8fd4c09b7534e31079f
Reviewed-on: http://review.whamcloud.com/10041
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/include/lustre/lustre_user.h
lustre/include/obd_support.h
lustre/lmv/lmv_intent.c
lustre/lmv/lmv_internal.h
lustre/lmv/lmv_obd.c
lustre/tests/sanity.sh