Whamcloud - gitweb
LU-4843 mdt: disallow old clients access striped dir 56/9956/11
authorwang di <di.wang@intel.com>
Fri, 18 Apr 2014 08:31:17 +0000 (01:31 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 23 May 2014 05:24:33 +0000 (05:24 +0000)
commit7936ec229c7f62cfbf5a0e4ff5933149967e7c8f
treed884abcaea8309af8447348dbcd4802e1b198ed9
parenta7319633ddc7400435a9492774c229dabd3d784d
LU-4843 mdt: disallow old clients access striped dir

1. When old clients access striped directory, it should
return -ENOTSUPP.

2. After we send create remote directory to the MDT where
child is reside, we need check whether the parent is
resided on MDT0.

3. add hash_type description.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I20c0b04c7e1d9a0cab4241dc39d0648f5631f2f4
Reviewed-on: http://review.whamcloud.com/9956
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_reint.c
lustre/tests/conf-sanity.sh
lustre/tests/recovery-small.sh
lustre/tests/test-framework.sh
lustre/utils/lfs.c