From: Goldwyn Rodrigues Subject: STK arrays missing from rdac devicehandler References: bnc#503855 Patch-mainline: not yet Some STK arrays are missing from the RDAC device handler, causing multipath to malfunction. Signed-off-by: Hannes Reinecke --- drivers/scsi/device_handler/scsi_dh_rdac.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/scsi/device_handler/scsi_dh_rdac.c +++ b/drivers/scsi/device_handler/scsi_dh_rdac.c @@ -758,6 +758,8 @@ static const struct scsi_dh_devlist rdac {"SGI", "TP9500", 0}, {"SGI", "IS", 0}, {"STK", "OPENstorage D280", 0}, + {"STK", "FLEXLINE 380", 0}, + {"SUN", "STK6580_6780", 0}, {"SUN", "CSM200_R", 0}, {"SUN", "LCSM100_I", 0}, {"SUN", "LCSM100_S", 0},