Comment 2 for bug 977226

Revision history for this message
Dave Juntgen (djuntgen) wrote : Re: [Bug 977226] Re: pt-summary new LSI RAID control undetected.

In my own bubble - yes.

On Tue, Apr 17, 2012 at 3:25 PM, Baron Schwartz <email address hidden> wrote:
> Does the tool work well after you make this patch, and can it get status
> and format it correctly?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/977226
>
> Title:
>  pt-summary new LSI RAID control undetected.
>
> Status in Percona Toolkit:
>  New
>
> Bug description:
>  New LSI RAID SAS Control is not detected in pt-summary
>
>  [root@xxx /usr/local/bin]# lspci | grep "RAID bus*"
>  03:00.0 RAID bus controller: LSI Logic / Symbios Logic LSI MegaSAS 9260 (rev 05)
>
>  In parse_raid_controller_lspci() the follow needs to be added:
>
>  ...
>
>  if grep -q "RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS" $file; then
>        echo 'LSI Logic MegaRAID SAS'
>  elsif grep -q "RAID bus controller: LSI Logic / Symbios Logic LSI MegaSAS" $file; then
>        echo 'LSI Logic MegaRAID SAS'
>
>  ...
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/percona-toolkit/+bug/977226/+subscriptions

--
David W. Juntgen