Date: Fri, 1 Jul 2005 18:30:16 GMT From: Deomid Ryabkov <rojer@rbc.ru> To: freebsd-i386@FreeBSD.org Subject: Re: i386/67047: mpt driver does not recognize messages from LSI card Message-ID: <200507011830.j61IUGVr040856@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/67047; it has been noted by GNATS. From: Deomid Ryabkov <rojer@rbc.ru> To: bug-followup@FreeBSD.org, jd@aurora.org Cc: Subject: Re: i386/67047: mpt driver does not recognize messages from LSI card Date: Fri, 01 Jul 2005 22:30:02 +0400 I think I have fixed both of the issues. performance issue (which was due to improper scsi settings for hidden physical drives) has been addressed. and the driver now provides verbose information on raid configuration and events. you can get the patch from here: http://free.pizza.rbc.ru/mpt/mpt-raid-20050701.patch should be applied to latest -STABLE. in case patch fails to apply cleanly, an archive of sys/dev/mpt/ is also available: http://free.pizza.rbc.ru/mpt/mpt-20050701.tar.bz2 example ouput of driver initialization: Jul 1 14:13:52 pizza kernel: mpt0: <LSILogic 1030 Ultra4 Adapter> port 0xc400-0xc4ff mem 0xfceb0000-0xfcebffff,0xfcec0000-0xfcecffff irq 26 at device 5.0 on pci2 Jul 1 14:13:52 pizza kernel: mpt0: RAID Vol 0: type IM, disks 2, state (Degraded; Enabled,Inactive) Jul 1 14:13:52 pizza kernel: mpt0: RAID Vol 0 Disk 0 (bus 0 tgt 1), Pri: <SEAGATE ST39204LC 0005>, status (Online) Jul 1 14:13:52 pizza kernel: mpt0: RAID Vol 0 Disk 1 (bus 0 tgt 0), Sec: <SEAGATE ST336607LC 0007>, status (OutOfSync; Online) Jul 1 14:13:52 pizza kernel: mpt0: RAID Vol 1: type IME, disks 3, state (Degraded; Enabled,Resyncing) Jul 1 14:13:52 pizza kernel: mpt0: RAID Vol 1 Disk 0 (bus 0 tgt 2), Sec: <COMPAQ BD036863AC HPB5>, status (Online) Jul 1 14:13:52 pizza kernel: mpt0: RAID Vol 1 Disk 1 (bus 0 tgt 3), Pri: <SEAGATE ST336607LC 0007>, status (Online) Jul 1 14:13:52 pizza kernel: mpt0: RAID Vol 1 Disk 2 (bus 0 tgt 4), Sec: <MAXTOR ATLAS10K5_73SCA JNZ3>, status (Online) example of output produced by taking out one of the disks: Jun 29 12:34:45 pizza kernel: mpt0: RAID vol 0: physical disk 0 status changed to (OutOfSync; Missing) Jun 29 12:34:45 pizza kernel: mpt0: RAID vol 0: state changed to (Degraded; Enabled) Jun 29 12:34:45 pizza kernel: mpt0: RAID vol 0: physical disk 0 status changed to (Missing) Jun 29 12:35:10 pizza kernel: mpt0: IOC Bus Reset Port: 0 Jun 29 12:35:11 pizza kernel: mpt0: IOC Bus Reset Port: 0 Jun 29 12:36:05 pizza kernel: mpt0: Ext Bus Reset Jun 29 12:36:27 pizza kernel: mpt0: RAID vol 0: physical disk 0 status changed to (OutOfSync; Initializing) Jun 29 12:36:27 pizza kernel: mpt0: RAID vol 0: physical disk 0 status changed to (OutOfSync; Online) Jun 29 12:36:28 pizza kernel: mpt0: RAID vol 0: physical disk 0 status changed to (OutOfSync; Online) Jun 29 12:36:29 pizza kernel: mpt0: RAID vol 0: state changed to (Degraded; Enabled,Resyncing) any feedback is appreciated. -- WBR Deomid Ryabkov aka Rojer myself@rojer.pp.ru ICQ: 8025844
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507011830.j61IUGVr040856>