Bug 5953
Summary: | easyRAID F8 IDE2SCSI adaptor problems with reporting too many luns | ||
---|---|---|---|
Product: | SCSI Drivers | Reporter: | Hans-Christian Armingeon (mog.johnny) |
Component: | Other | Assignee: | Mike Anderson (andmike) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | akpm, bunk, jejb, protasnb |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.14 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
dmesg from kernel 2.6.14 where the problem occurs
dmesg of kernel 2.6.13.5 which works dmesg 2.6.15.1 dmesg-2.6.16 rc1 git4 |
Description
Hans-Christian Armingeon
2006-01-25 06:16:59 UTC
Created attachment 7132 [details]
dmesg from kernel 2.6.14 where the problem occurs
Created attachment 7134 [details]
dmesg of kernel 2.6.13.5 which works
*** Bug 5952 has been marked as a duplicate of this bug. *** Created attachment 7268 [details]
dmesg 2.6.15.1
Created attachment 7269 [details]
dmesg-2.6.16 rc1 git4
What can I do to speed up the process of fixing this bug? Many thanks in advance, Johnny Well, here seems to be a fix: https://www.linux-community.de/Neues/story?storyid=14588 it is written german, but the most interesting thing is written in C ;-) It seems, that drivers/scsi/scsi_devinfo.c needs to be patched. 143 {"EMULEX", "MD21/S2 ESDI", NULL, BLIST_SINGLELUN}, 144 {"easyRAID", "16P", NULL, BLIST_NOREPORTLUN}, 145 {"easyRAID", "X6P", NULL, BLIST_NOREPORTLUN}, 146 {"easyRAID", "F8", NULL, BLIST_NOREPORTLUN}, 147 {"FSC", "CentricStor", "*", BLIST_SPARSELUN | BLIST_LARGELUN Could you please apply this patch, as it seems to fix the problem? Many thanks in advance, Johnny The patch needs to be revised. Thanks. I queued this in -mm as scsi-blacklist-the-easyraid-f8-ide2scsi-adaptor.patch for the scsi people to consider. It would be useful if you could confirm that this fix still works and is still needed in current kernels, thanks. Patch is in 2.6.23-rc. |