Whamcloud - gitweb
LU-1303 lod: functions to manipulate sub-devices
authorAlex Zhuravlev <alexey.zhuravlev@intel.com>
Wed, 19 Sep 2012 18:02:05 +0000 (22:02 +0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 28 Sep 2012 18:25:04 +0000 (14:25 -0400)
commit66523bca8a821ebba16f25c3b3a1ce64b906e443
tree2dd592fb632284c5cec24708422d894e9f6eefbc
parentaf5f388c5a66e167cde01403d8af7eb18a82db1b
LU-1303 lod: functions to manipulate sub-devices

lod needs to be connected directly to all OST. configuration
subsystem brings OSP for every OST in the cluster, then
LOD connects to them and use.

the patch fixes cfs_foreach_bit() so that it continues scan
from the next bit.

Signed-off-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Change-Id: I6a8b98ed8964fba1410552c94c408b004eae00a4
Reviewed-on: http://review.whamcloud.com/4048
Tested-by: Hudson
Reviewed-by: wangdi <di.wang@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
libcfs/include/libcfs/bitmap.h
lustre/lod/lod_dev.c
lustre/lod/lod_internal.h
lustre/lod/lod_lov.c