Re: Hot Swap Problems with LSI HBA and LSI Backplane -- reproducable and very frustrating

2014-05-13 Thread Nathan Shearer
On 13/05/2014 11:50 AM, Nicolas Sylvain wrote: Thanks for all the info! It's definitely very helpful. I'm using the LSI SAS9207-8i as well. I've tested 3 drives, and only 1 causes the problem: Intel SSD 520 Series 480GB SSDSC2CW480A3 -> works Hitachi 2TB HUA722020ALA331 -> works Crucial M200

Re: [PATCH] iscsi_ibft: search for broadcom specific ibft sign

2014-05-13 Thread Konrad Rzeszutek Wilk
On Wed, May 07, 2014 at 02:01:48PM -0500, Mike Christie wrote: > On 05/07/2014 04:00 AM, vikas.chaudh...@qlogic.com wrote: > > From: Vikas Chaudhary > > > > Broadcom iscsi offload firmware uses a non standard ibft sign of "BIFT". > > This patch modifies the ibft search code to search for "BIFT" a

Re: Hot Swap Problems with LSI HBA and LSI Backplane -- reproducable and very frustrating

2014-05-13 Thread Nicolas Sylvain
Thanks for all the info! It's definitely very helpful. I'm using the LSI SAS9207-8i as well. I've tested 3 drives, and only 1 causes the problem: Intel SSD 520 Series 480GB SSDSC2CW480A3 -> works Hitachi 2TB HUA722020ALA331 -> works Crucial M200 SSD 960GB CT960M500SSD1 -> failed The server is

Re: Hot Swap Problems with LSI HBA and LSI Backplane -- reproducable and very frustrating

2014-05-13 Thread Nathan Shearer
Hi Nicolas, I just wanted to be sure that you are experiencing the same problem. In my final setup I wanted to use a Supermicro SuperChassis 826E2-R800LPB with a LSI SAS9207-8i

Re: [PATCH] scsi: replace numeric messages with string error messages when blk_execute_rq fails. Also add printing of sense info.

2014-05-13 Thread Maurizio Lombardi
On Tue, May 13, 2014 at 04:14:47PM +0200, Hannes Reinecke wrote: > If you were to go ahead with the patch please strip the first > scsi_execute() altogether and use the VPD information already > provided by the scsi device. The patch I'm asking to merge just adds some printks, nothing else, it doe

Re: [PATCH] scsi: replace numeric messages with string error messages when blk_execute_rq fails. Also add printing of sense info.

2014-05-13 Thread Hannes Reinecke
On 05/13/2014 04:07 PM, Christoph Hellwig wrote: On Tue, May 13, 2014 at 03:10:15PM +0200, Maurizio Lombardi wrote: Hannes Reinecke is also working on those functions, I'll have to collaborate with him to minimize the conflicts with the patchset he is preparing. In the meantime, do you think it

Re: [PATCH] scsi: replace numeric messages with string error messages when blk_execute_rq fails. Also add printing of sense info.

2014-05-13 Thread Christoph Hellwig
On Tue, May 13, 2014 at 03:10:15PM +0200, Maurizio Lombardi wrote: > Hannes Reinecke is also working on those functions, I'll have to collaborate > with him to minimize the conflicts with the patchset he is preparing. > > In the meantime, do you think it is possible to merge the first version > of

Re: [PATCH] scsi: replace numeric messages with string error messages when blk_execute_rq fails. Also add printing of sense info.

2014-05-13 Thread Maurizio Lombardi
Hi, On Tue, Apr 29, 2014 at 08:00:41PM +0200, Christoph Hellwig wrote: > > What kind of update do you want? All the sense buffer updates are done > in the low-level code, and then you could update anything additional > you would need in the caller as you get the whole sense buffer when > using s

Re: [PATCH v1.1 2/16 update 3] arcmsr: Adding code to support MSI-X interrupt

2014-05-13 Thread ching
Hi Tomas, I will repost patch1 to patch17. Although, patch3 to patch16 are not change, but patch2 has been updated. So, the patch line number are shifted in patch3 till patch16. On Mon, 2014-05-12 at 15:01 +0200, Tomas Henzl wrote: > On 05/12/2014 01:55 PM, ching wrote: > > Hi Tomas, > > > > Than

Re: [PATCH] iscsi_ibft: search for broadcom specific ibft sign

2014-05-13 Thread Vikas Chaudhary
On 09/05/14 6:50 pm, "Konrad Rzeszutek Wilk" wrote: >On Fri, May 09, 2014 at 11:50:20AM +, Vikas Chaudhary wrote: >> >> >> On 08/05/14 2:27 am, "Mike Christie" wrote: >> >> >On 05/07/2014 03:30 PM, Mike Christie wrote: >> >> On 05/07/2014 03:15 PM, Peter Jones wrote: >> >>> On Wed, May

[PATCH v2] iscsi_ibft: Fix finding Broadcom specific ibft sign

2014-05-13 Thread vikas.chaudhary
From: Vikas Chaudhary Search for Broadcom specific ibft sign "BIFT" along with other possible values on UEFI This patch is fix for regression introduced in “935a9fee51c945b8942be2d7b4bae069167b4886”. https://lkml.org/lkml/2011/12/16/353 This impacts Broadcom CNA for iSCSI Boot on UEFI platform.