Submitted by Linulex on Sat, 05/31/2014 - 04:49
3ware 9750 cards are read via a different device then the 9550 and 9650 cards. These 2 are read via /dev/twa, like this
/dev/twa0 -d 3ware,0 -H -m mail@example.com /dev/twa0 -d 3ware,1 -H -m mail@example.com
9750 cards have the device /dev/twl0
/dev/twl0 -d 3ware,0 -H -m mail@example.com /dev/twl0 -d 3ware,1 -H -m mail@example.com
The smart module only looks for /dev/twa once it found a 3ware card.
Regards Jan
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Sat, 05/31/2014 - 12:48 Comment #1
Thanks - this will be fixed in the next Webmin release.
See https://github.com/webmin/webmin/commit/848a3f8eccb869d4125bee7fc0221fef... for the actual code fix.
Submitted by Linulex on Sat, 05/31/2014 - 19:49 Comment #2
Thank you for the update. I have tested it and found that line 60 also needed an update.
needs to be
9750 are reported as being LSI
if its not updated the disk is
Status of drive /dev/sda ... Make and model LSI 9750-4i DISK
When changed, it is reported as
Status of drive /dev/twl0, disk 0
BUT i have no idea how lsi cards will respond to that, we dont have them so i cant test that.
Regards Jan
Submitted by Linulex on Sat, 05/31/2014 - 19:49 Comment #3
Submitted by JamieCameron on Sat, 05/31/2014 - 20:13 Comment #4
Thanks - I'll fix that too.
Submitted by Issues on Sat, 06/14/2014 - 20:21 Comment #5
Automatically closed -- issue fixed for 2 weeks with no activity.