Dell H355i

Could anyone confirm if a Dell HBA355i controller works on FreeBSD 13.1?

I would like to buy a server using this controller, but I can't find information anywhere if it is compatible with FreeBSD (maybe using mrsas), does anyone have a FreeBSD server that uses this controller to confirm? If yes, has it been working well using ZFS ?

Or is it better to opt for a server without controller support ?
 
We are using in new R250:

# pciconf -lv

Code:
mrsas0@pci0:2:0:0:    class=0x010400 rev=0x00 hdr=0x00 vendor=0x1000 device=0x10e6 subvendor=0x1028 subdevice=0x2172
    vendor     = 'Broadcom / LSI'
    device     = 'MegaRAID 12GSAS/PCIe Secure SAS38xx'
    class      = mass storage
    subclass   = RAID
 
Don’t think any megacli or storcli will work with the newer Dells. There‘s the closed-source perccli now that is Windows or Linux only.

If anyone knows different please post here.
 
We are using with pretty good performance one in
Code:
14.0-CURRENT
one PERC H755 adapter:

Code:
mrsas0@pci0:23:0:0:    class=0x010400 rev=0x00 hdr=0x00 vendor=0x1000 device=0x10e2 subvendor=0x1028 subdevice=0x1ae0
    vendor     = 'Broadcom / LSI'
    device     = 'MegaRAID 12GSAS/PCIe Secure SAS39xx'
    class      = mass storage
    subclass   = RAID

For use current in production we are following this article: https://klarasystems.com/articles/evaluating-freebsd-current-for-production-use/
Do you use this PERC H755 as a HW Raid controller?
Can it operate as an HBA controller, or in JBOD mode for use with zfs?
 
Back
Top