Whamcloud - gitweb
LU-1303 lod: introduce lod device
authorAlex Zhuravlev <bzzz@whamcloud.com>
Wed, 19 Sep 2012 11:16:24 +0000 (15:16 +0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 26 Sep 2012 14:54:06 +0000 (10:54 -0400)
commitb2287531b63ac56692746a67ea17f576a6d2ab81
tree1df0caa33b638c8af2389817c93bb9a08aa5876c
parent1d2bf12a7c3e954858e08134f4e7bc1fce9a5812
LU-1303 lod: introduce lod device

this is the first patch in the series landing lod.
LOD stands for LOgical Device, it's purpose is to
hide striping for other layers like MDD.

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: Ib33b3e8b2de6e816397a17af65a0bffab912960b
Reviewed-on: http://review.whamcloud.com/4045
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: wangdi <di.wang@whamcloud.com>
lustre/Makefile.in
lustre/autoMakefile.am
lustre/autoconf/lustre-core.m4
lustre/include/dt_object.h
lustre/lod/Makefile.in [new file with mode: 0644]
lustre/lod/autoMakefile.am [new file with mode: 0644]
lustre/lod/lod_dev.c [new file with mode: 0644]
lustre/lod/lod_internal.h [new file with mode: 0644]
lustre/lod/lod_lov.c [new file with mode: 0644]