RE: Problem with Debian lenny, 2.6.26 and Dell MD3000i

2008-12-09 Thread Shyam_Iyer
That is the 20 MB access Lun used for in-band management with the MD3000i controller. Its not a proper scsi LUN so you might want those error messages. You could also choose not have it exposed to the host (in your case the debian server) by editing the Host to virtual disk mappings using

Re: Problem with Debian lenny, 2.6.26 and Dell MD3000i

2008-12-09 Thread Lars Schimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: That is the 20 MB access Lun used for in-band management with the MD3000i controller. Its not a proper scsi LUN so you might want those error messages. You could also choose not have it exposed to the host (in your case

[PATCH untested] iscsi_tcp: Neat picking on code to make it more clear

2008-12-09 Thread Boaz Harrosh
A buffer following an header, in case of a linear allocation can be get at by simply doing header_pointer + 1; In any way below code loads a local pointer which is never used. Signed-off-by: Boaz Harrosh [EMAIL PROTECTED] --- drivers/scsi/iscsi_tcp.c |2 +- 1 files changed, 1

Re: [PATCH 2/2 2.6.29] cxgb3i - accelerating open-iscsi initiator

2008-12-09 Thread Boaz Harrosh
Mike Christie wrote: Boaz Harrosh wrote: + if (!ddp) { + ddp_log_warn(%s unable to alloc ddp 0x%d, ddp disabled.\n, +tdev-name, ppmax); + return 0; + } + ddp-gl_map = (struct cxgb3i_gather_list **)(ddp + 1); + ddp-gl_skb = (struct

RE: [PATCH 2/2 2.6.29] cxgb3i - accelerating open-iscsi initiator

2008-12-09 Thread Karen Xie
-Original Message- From: Boaz Harrosh [mailto:[EMAIL PROTECTED] Subject: Re: [PATCH 2/2 2.6.29] cxgb3i - accelerating open-iscsi initiator +3. edit /etc/iscsi/iscsid.conf + The default setting for MaxRecvDataSegmentLength (131072) is too big, search + and replace all

[PATCH v2 1/2 2.6.29] cxgb3 - manage private iSCSI IP address

2008-12-09 Thread Karen Xie
[PATCH v2 1/2 2.6.29] cxgb3 - manage private iSCSI IP address From: Karen Xie [EMAIL PROTECTED] The accelerated iSCSI traffic could use a private IP address unknown to the OS: - The IP address is required in both drivers to manage ARP requests and connection set up. - Added an control call to