Whamcloud - gitweb
LU-5894 mds: allow 2.4/2.5 clients create remote dir 15/12715/2
authorWang Di <di.wang@intel.com>
Fri, 14 Nov 2014 07:16:09 +0000 (23:16 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 4 Dec 2014 13:31:25 +0000 (13:31 +0000)
commit1a165c02f5e97c830800d6dcbc11e86790fc015d
tree3e3757e6ce9cd711df4e35df0404f5d075242ffb
parenta039688121a6fd4ad6424c5baa8143bb0eaebe50
LU-5894 mds: allow 2.4/2.5 clients create remote dir

MDS will only return ENOTSUPP if old client (2.4/2.5) tries
to create striped dir with stripe count > 1, so it can still
create remote directory on the new MDS (>= 2.6).

Change-Id: I25c90ae793f91eed032949d26fd5e7fc41801e4f
Signed-off-by: Wang Di <di.wang@intel.com>
Reviewed-on: http://review.whamcloud.com/12715
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/mdt/mdt_reint.c