Whamcloud - gitweb
LU-1678 mdd: don't create LOV EA by going thru .lustre path
authorBobi Jam <bobijam@whamcloud.com>
Thu, 26 Jul 2012 11:04:48 +0000 (13:04 +0200)
committerOleg Drokin <green@whamcloud.com>
Thu, 6 Sep 2012 14:34:58 +0000 (10:34 -0400)
commit9a14a86f135fdf8d6e59ae4c7f05c50e6f911ac9
tree311a010f7d409bc004ef04d310a25f5dc38305a3
parent90de527f37c9ca5caaf664bf3a55346394706fdd
LU-1678 mdd: don't create LOV EA by going thru .lustre path

When a file is created with O_LOV_DELAY_CREAT, we should not create
its LOV EA data by going through .lustre path.

Add a test to sanity.sh open by fid test suite (test_154).

Signed-off-by: jc lafoucriere <jacques-charles.lafoucriere@cea.fr>
Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: Ib223da44d16bf3a541269d5cfb60826e43345493
Reviewed-on: http://review.whamcloud.com/3483
Tested-by: Hudson
Reviewed-by: Lai Siyao <laisiyao@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdd/mdd_internal.h
lustre/mdd/mdd_lov.c
lustre/tests/sanity.sh