]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.fixes/scsi-dh-rdac-add-stk
Changed checkfs to auto reboot after correctable fsck fixes.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.fixes / scsi-dh-rdac-add-stk
CommitLineData
00e5a55c
BS
1From: Goldwyn Rodrigues <rgoldwyn@novell.com>
2Subject: STK arrays missing from rdac devicehandler
3References: bnc#503855
4
5Some STK arrays are missing from the RDAC device handler,
6causing multipath to malfunction.
7
8Signed-off-by: Hannes Reinecke <hare@suse.de>
9
10---
11 drivers/scsi/device_handler/scsi_dh_rdac.c | 2 ++
12 1 file changed, 2 insertions(+)
13
14Index: linux-2.6.27/drivers/scsi/device_handler/scsi_dh_rdac.c
15===================================================================
16--- linux-2.6.27.orig/drivers/scsi/device_handler/scsi_dh_rdac.c 2009-06-19 16:20:29.000000000 +0200
17+++ linux-2.6.27/drivers/scsi/device_handler/scsi_dh_rdac.c 2009-06-19 16:24:51.000000000 +0200
18@@ -602,6 +602,8 @@ static const struct scsi_dh_devlist rdac
19 {"SGI", "TP9500", 0},
20 {"SGI", "IS", 0},
21 {"STK", "OPENstorage D280", 0},
22+ {"STK", "FLEXLINE 380", 0},
23+ {"SUN", "STK6580_6780", 0},
24 {"SUN", "CSM200_R", 0},
25 {"SUN", "LCSM100_F", 0},
26 {"DELL", "MD3000", 0},