aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/Kconfig
diff options
context:
space:
mode:
authorChandra Seetharaman <sekharan@us.ibm.com>2007-07-12 12:30:05 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-12 18:01:23 -0400
commitdd172d72addefd89795e819cc2cc3eb1b9d12a7f (patch)
tree203edc569ff9b1393af5a33ed62f6ceae5c5a4c7 /drivers/md/Kconfig
parentfc1ff9588a6d56258ff9576a31aa34f17757c666 (diff)
dm mpath: rdac
This patch supports LSI/Engenio devices in RDAC mode. Like dm-emc it requires userspace support. In your multipath.conf file you must have: path_checker rdac hardware_handler "1 rdac" prio_callout "/sbin/mpath_prio_tpc /dev/%n" And you also then must have a updated multipath tools release which has rdac support. Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/md/Kconfig')
-rw-r--r--drivers/md/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 7df934d69134..466909f38d98 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -262,6 +262,12 @@ config DM_MULTIPATH_EMC
262 ---help--- 262 ---help---
263 Multipath support for EMC CX/AX series hardware. 263 Multipath support for EMC CX/AX series hardware.
264 264
265config DM_MULTIPATH_RDAC
266 tristate "LSI/Engenio RDAC multipath support (EXPERIMENTAL)"
267 depends on DM_MULTIPATH && BLK_DEV_DM && EXPERIMENTAL
268 ---help---
269 Multipath support for LSI/Engenio RDAC.
270
265config DM_DELAY 271config DM_DELAY
266 tristate "I/O delaying target (EXPERIMENTAL)" 272 tristate "I/O delaying target (EXPERIMENTAL)"
267 depends on BLK_DEV_DM && EXPERIMENTAL 273 depends on BLK_DEV_DM && EXPERIMENTAL