Whamcloud - gitweb
LU-5424 mdt: allow open by FID to create striping 48/11248/4
authorJohn L. Hammond <john.hammond@intel.com>
Mon, 28 Jul 2014 14:49:49 +0000 (09:49 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 1 Aug 2014 17:30:49 +0000 (17:30 +0000)
commit55ba9897d156399ab4ccb1626866f87565a24cbe
tree1f788fcde68ba18442e58aff5f32415d6755ffa1
parentd3e3c5777dd6929d43c2c9028aab1079d8b2406c
LU-5424 mdt: allow open by FID to create striping

In mdt_create_data() remove the check on parent that prevent open by
FID from creating striping. In sanity.sh check that open by FID may
create striping.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I4d948d83dca8a542b15945d8bf3b9feaded0f5ef
Reviewed-on: http://review.whamcloud.com/11248
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
lustre/mdt/mdt_open.c
lustre/tests/sanity.sh