Re: Issues with intel firmware initiator, ibft and 2-way chap

2009-02-03 Thread Hans de Goede
Mike Christie wrote: > Konrad Rzeszutek wrote: >> On Mon, Feb 02, 2009 at 11:39:18AM +0100, Hans de Goede wrote: >>> Hi, >>> >>> When using 2-way chap and booting from an intel network card with intel >>> firmware initiator, their is no way to specify the username in the firmware >>> initiator

Block device size and lvm size differs.

2009-02-03 Thread Praveen P
Hello all, Earlier I had posted one trouble related to open-iscsi which was sorted with the help of Ross and Lars. I could complete my perl project related to ietadm and open-iscsi . However, now there is a small bug which my client reported. The issue is related to the size of block device whic

Re: Issues with intel firmware initiator, ibft and 2-way chap

2009-02-03 Thread Konrad Rzeszutek
On Tue, Feb 03, 2009 at 12:53:32AM +, Michael Brown wrote: > On Monday 02 February 2009 19:12:25 Konrad Rzeszutek wrote: > > A year ago that was the problem - you got something like this: > > > > konrad@/data/git/ibft$ hexdump intel_nic.bin > > 000 4269 5446 029c 0001 4e49 4554 004c >

Re: Issues with intel firmware initiator, ibft and 2-way chap

2009-02-03 Thread Konrad Rzeszutek
On Tue, Feb 03, 2009 at 10:30:13AM +0100, Hans de Goede wrote: > > > > Mike Christie wrote: > > Konrad Rzeszutek wrote: > >> On Mon, Feb 02, 2009 at 11:39:18AM +0100, Hans de Goede wrote: > >>> Hi, > >>> > >>> When using 2-way chap and booting from an intel network card with intel > >>> firmwa

Re: Issues with intel firmware initiator, ibft and 2-way chap

2009-02-03 Thread Hans de Goede
Konrad Rzeszutek wrote: > On Tue, Feb 03, 2009 at 10:30:13AM +0100, Hans de Goede wrote: >> >> >> Mike Christie wrote: >>> Konrad Rzeszutek wrote: On Mon, Feb 02, 2009 at 11:39:18AM +0100, Hans de Goede wrote: > Hi, > > When using 2-way chap and booting from an intel network car

Very strange problem with an Infortrend A16E iSCSI storage array

2009-02-03 Thread Santi Saez
Hi, We have a very strange problem with an Infortrend A16E iSCSI storage array [1]. I think it's not a Open-iSCSI related problem, but someone here may shed some light :-) This array has 4 iSCSI interfaces to distribute/balance ethernet traffic. There are 16 hosts connected to this array via

Re: Issues with intel firmware initiator, ibft and 2-way chap

2009-02-03 Thread Konrad Rzeszutek
> > Sure, if you can tell me how to get the blob? gcc find_ibft.c -o find_ibft sudo ./find_ibft blob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-isc

Re: Issues with intel firmware initiator, ibft and 2-way chap

2009-02-03 Thread Supreeth Venkataraman
Hey Guys, Is the rev_chap_name_len field in the ibft_tgt structure set to zero? if so we should not be scanning for the reverse CHAP name in fwparam_ibft as a zero in rev_chap_name_len effectively indicates that there is no reverse CHAP username. If the field is a non zero value then this is likel

Re: Very strange problem with an Infortrend A16E iSCSI storage array

2009-02-03 Thread Mike Christie
Santi Saez wrote: > > Hi, > > We have a very strange problem with an Infortrend A16E iSCSI storage > array [1]. I think it's not a Open-iSCSI related problem, but someone > here may shed some light :-) > > This array has 4 iSCSI interfaces to distribute/balance ethernet > traffic. There are

[PATCH 2.6.29 1/1] cxgb3i - more transmit work-request checks

2009-02-03 Thread Karen Xie
[PATCH 2.6.29 1/1] cxgb3i - more transmit work-request checks From: Karen Xie - added more checkings for transmit work-request. - reserve one work-request for credit return. - stop queueing up the outgoing pdus if transmit window is full. - split the skb cb into tx and rx portion Signed-off-by