FreeBSD 10.3-RELEASE-p7 (GENERIC)
I have a 3Ware 9750-8i controller on a Supermicro Systemboard. I have one RAID6 array from about 40TB spanned into 21 smaller volumes but only 16 of them are detected by the system.
The system does dot recognize more that 16 lun's on the same BUS and the same TARGET. It seems to me that LUN numbering is not correct.
I think LUN's should be numbered 0 to 15 (and upwards) and not 0 to F.
How can I fix this issue? I had contact with 3Ware support and they claim it is an OS or systemboard issue... I am clueless.
Thank you,
Jan
I have a 3Ware 9750-8i controller on a Supermicro Systemboard. I have one RAID6 array from about 40TB spanned into 21 smaller volumes but only 16 of them are detected by the system.
The system does dot recognize more that 16 lun's on the same BUS and the same TARGET. It seems to me that LUN numbering is not correct.
I think LUN's should be numbered 0 to 15 (and upwards) and not 0 to F.
CAMCONTROL DEVLIST
Code:
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 0 (pass0,da0)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 1 (pass1,da1)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 2 (pass2,da2)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 3 (pass3,da3)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 4 (pass4,da4)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 5 (pass5,da5)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 6 (pass6,da6)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 7 (pass7,da7)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 8 (pass8,da8)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun 9 (pass9,da9)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun a (pass10,da10)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun b (pass11,da11)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun c (pass12,da12)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun d (pass13,da13)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun e (pass14,da14)
<LSI 9750-8i DISK 5.12> at scbus0 target 0 lun f (pass15,da15)
DMESG
Code:
(probe0:tws0:0:0:10): INQUIRY. CDB: 12 00 00 00 24 00
(probe0:tws0:0:0:10): CAM status: Invalid Lun
(probe0:tws0:0:0:10): Error 22, Unretryable error
(probe0:tws0:0:0:11): INQUIRY. CDB: 12 00 00 00 24 00
(probe0:tws0:0:0:11): CAM status: Invalid Lun
(probe0:tws0:0:0:11): Error 22, Unretryable error
(probe0:tws0:0:0:12): INQUIRY. CDB: 12 00 00 00 24 00
(probe0:tws0:0:0:12): CAM status: Invalid Lun
(probe0:tws0:0:0:12): Error 22, Unretryable error
(probe0:tws0:0:0:13): INQUIRY. CDB: 12 00 00 00 24 00
(probe0:tws0:0:0:13): CAM status: Invalid Lun
(probe0:tws0:0:0:13): Error 22, Unretryable error
(probe0:tws0:0:0:14): INQUIRY. CDB: 12 00 00 00 24 00
(probe0:tws0:0:0:14): CAM status: Invalid Lun
(probe0:tws0:0:0:14): Error 22, Unretryable error
How can I fix this issue? I had contact with 3Ware support and they claim it is an OS or systemboard issue... I am clueless.
Thank you,
Jan