Date: Tue, 3 Sep 2019 11:50:44 -0400 From: mike tancsa <mike@sentex.net> To: Josh Paetzel <jpaetzel@FreeBSD.org>, "Ireneusz Pluta/wp.pl" <ipluta@wp.pl>, Karl Denninger <karl@denninger.net> Cc: Chris6 via freebsd-hardware <freebsd-hardware@freebsd.org> Subject: Re: LSI/AVGO/Broadcom 9280-16i4e support? Message-ID: <a5d28e61-25d3-96e9-323b-f95963f507b0@sentex.net> In-Reply-To: <1e13fb4f-be88-4d1a-b80e-46a3b914efac@www.fastmail.com> References: <b7e3cafdf7cb7b8195c1e0dfca6965cd@h8spam.org> <33e5bb7d-c060-f34c-0b43-702c4006531d@denninger.net> <15DDFDB8-196E-4535-8ED5-684A1596CDA6@FreeBSD.org> <776d3779-03c5-c186-521b-338383365d77@wp.pl> <1e13fb4f-be88-4d1a-b80e-46a3b914efac@www.fastmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 9/3/2019 10:46 AM, Josh Paetzel wrote: >> (however, not sure if mfip_load is really necessary :-). > >> The above works for me in a 11.2-RELEASE machine. However this is a playground machine, used mainly for smoke-testing disks, not for serious production tasks. > > > Well, you are right about that. > > mfip gives you access to SMART. mrsas doesn't have an analogue to that. mrsas seems to be better maintained than mfi and I have had cards that didnt work on RELENG12 via the mfi driver but did via mrsas[1]. You dont need mfip as drives show up as /dev/da* and smartctl works with the corresponding /dev/pass# device files. You can also use storcli (also in the ports) to put it in jbod mode if you dont like megacli eg storcli /c0 show all storcli /c0 show help storcli /c0 set jbod=on (enable jbod mode for drives) storcli /c0/e252/s0 set jbod (sets a disk into jbod mode) I am using the mrsas driver in jbod mode on the 9272 controller for ZFS and its nice and zippy and (so far) quite reliable. # storcli /c0 show all Generating detailed summary of the adapter, it may take a while to complete. CLI Version = 007.0709.0000.0000 Aug 14, 2018 Operating system = FreeBSD 12.0-STABLE Controller = 0 Status = Success Description = None Basics : ====== Controller = 0 Model = LSI MegaRAID SAS 9272-8i .... PD LIST : ======= -------------------------------------------------------------------------------- EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp Type -------------------------------------------------------------------------------- 252:0 15 JBOD - 7.276 TB SATA HDD N N 512B WDC WD80EFAX-68KNBN0 U - 252:4 16 JBOD - 7.276 TB SATA HDD N N 512B WDC WD80EFAX-68KNBN0 U - 252:5 18 JBOD - 7.276 TB SATA HDD N N 512B WDC WD80EFAX-68KNBN0 U - 252:6 19 JBOD - 7.276 TB SATA HDD N N 512B WDC WD80EFAX-68KNBN0 U - 252:7 17 JBOD - 7.276 TB SATA HDD N N 512B WDC WD80EFAX-68KNBN0 U - -------------------------------------------------------------------------------- # camcontrol devlist <ATA WDC WD80EFAX-68K 0A81> at scbus1 target 15 lun 0 (pass0,da0) <ATA WDC WD80EFAX-68K 0A81> at scbus1 target 16 lun 0 (pass1,da1) <ATA WDC WD80EFAX-68K 0A81> at scbus1 target 17 lun 0 (pass2,da2) <ATA WDC WD80EFAX-68K 0A81> at scbus1 target 18 lun 0 (pass3,da3) <ATA WDC WD80EFAX-68K 0A81> at scbus1 target 19 lun 0 (pass4,da4) # smartctl -a /dev/pass0 | head smartctl 7.0 2018-12-30 r4883 [FreeBSD 12.0-STABLE amd64] (local build) Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Western Digital Red Device Model: WDC WD80EFAX-68KNBN0 Serial Number: VAHZRMSL LU WWN Device Id: 5 000cca 099dc0f9d Firmware Version: 81.00A81 User Capacity: 8,001,563,222,016 bytes [8.00 TB] [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231432 ---Mike
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a5d28e61-25d3-96e9-323b-f95963f507b0>
