2

LSI 9260-8i firmware version 2.0x

the controller menu does only have RAID: 0, 5, & 6

Solaris ZFS requires passthrough or Initiator-target mode to get direct access to disks.....how to get that accomplished?

does it need a firmware upgrade..? any special commands?

JMS77
  • 1,275
  • 5
  • 27
  • 44

1 Answers1

4

No. It will not work. You need to use a basic SAS controller. I personally use the LSI 9211-8i and 9211-4i controllers.

Also see: ZFS SAS/SATA controller recommendations

ewwhite
  • 194,921
  • 91
  • 434
  • 799
  • 1
    LSI RAID controllers do not officially support direct access to the target, they only export the disk through a RAID volume. People have tweaked drivers to allow direct access but they're unsupported hacks. The LSI 9211 works fine with recent Solaris releases (mpt_sas). – Giovanni Tirloni Mar 26 '11 at 21:56