[Bug 224167] mps driver masking disk drive behind enclosure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 7 23:16:58 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224167

            Bug ID: 224167
           Summary: mps driver masking disk drive behind enclosure
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: bugzillaforfreebsd at mailinator.com

I have a Dell R610 with a H200i (LSI SAS2008) controller in JBOD mode. Under
11.0 the mps driver would always error on the enclosure:

mps0: <Avago Technologies (LSI) SAS2008> port 0xfc00-0xfcff mem
0xdf2b0000-0xdf2bffff,0xdf2c0000-0xdf2fffff irq 16 at device 0.0 on pci3
mps0: Firmware: 07.15.08.00, Driver: 20.00.00.00-fbsd
mps0: IOCCapabilities: 185c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,IR>
failure at /usr/src/sys/dev/mps/mps_sas_lsi.c:675/mpssas_add_device()! Could
not get ID for device with handle 0x0009
mpssas_fw_work: failed to add device with handle 0x9
da0 at mps0 bus 0 scbus0 target 3 lun 0
da2 at mps0 bus 0 scbus0 target 5 lun 0
da1 at mps0 bus 0 scbus0 target 4 lun 0
da5 at mps0 bus 0 scbus0 target 8 lun 0
da4 at mps0 bus 0 scbus0 target 7 lun 0
da3 at mps0 bus 0 scbus0 target 6 lun 0

After upgrading to 11.1 the mps driver appears to be masking the last hard
drive with target=8 and so the system no longer detects the sixth hard drive
(da5).

mps0: <Avago Technologies (LSI) SAS2008> port 0xfc00-0xfcff mem
0xdf2b0000-0xdf2bffff,0xdf2c0000-0xdf2fffff irq 16 at device 0.0 on pci5
mps0: Firmware: 07.15.08.00, Driver: 21.02.00.00-fbsd
mps0: IOCCapabilities: 185c<ScsiTaskFull,DiagTrace,SnapBuf,EEDP,TransRetry,IR>
ses0 at mps0 bus 0 scbus0 target 8 lun 0
da2 at mps0 bus 0 scbus0 target 5 lun 0
da3 at mps0 bus 0 scbus0 target 6 lun 0
da1 at mps0 bus 0 scbus0 target 4 lun 0
da4 at mps0 bus 0 scbus0 target 7 lun 0
da0 at mps0 bus 0 scbus0 target 3 lun 0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list