Re: It seems that the iSCSI NOP In/Out statistic counters are not supported?

2012-04-25 Thread Mike Christie
On 04/24/2012 02:08 PM, Jeff Byers wrote: Hello, A small thing, but it seems that the iSCSI NOP In/Out statistic counters 'noptx_pdus' and 'noprx_pdus' seem to be not supported, and are never being incremented, even though I do see these PDU's are seen being sent/received on the wire.

Re: iscsi authentication error from centos to a synology iscsi target.

2012-04-25 Thread Guillaume
Le mercredi 25 avril 2012 06:15:55 UTC+2, Mike Christie a écrit : Data digests are not supported in centos/rhel 5. You should get a different error though. You should not get that stack trace below. If you guys are getting a stack trace like below I will try to do some more debugging.

Re: [PATCH 1/3] ISCSID: Added iface_num to the ep_connect kernel call

2012-04-25 Thread Eddie Wai
On Wed, 2012-04-18 at 12:42 -0500, Mike Christie wrote: On 04/18/2012 11:58 AM, Eddie Wai wrote: On Wed, 2012-04-18 at 03:14 -0500, Mike Christie wrote: On 04/18/2012 01:21 AM, Eddie Wai wrote: On Tue, 2012-04-17 at 21:36 -0500, Mike Christie wrote: On 04/04/2012 06:39 PM, Eddie Wai

[PATCH 1/2] BNX2I: Added the setting of target can_queue via target_alloc

2012-04-25 Thread Eddie Wai
This will set the target can_queue limit to the number of preallocated session tasks set during creation. Could not send nopout messages were observed without this when the iSCSI connection experiences dropped frames under heavy I/O stress. Signed-off-by: Eddie Wai eddie@broadcom.com ---

[PATCH 2/2] BNX2I: Updated version and copyright year

2012-04-25 Thread Eddie Wai
Old version: 2.7.0.3 New version: 2.7.2.2 Signed-off-by: Eddie Wai eddie@broadcom.com --- drivers/scsi/bnx2i/57xx_iscsi_constants.h |2 +- drivers/scsi/bnx2i/57xx_iscsi_hsi.h |2 +- drivers/scsi/bnx2i/bnx2i.h|2 +- drivers/scsi/bnx2i/bnx2i_hwi.c|

A Question about iSCSI boot

2012-04-25 Thread Lee Duncan
Hi: I am trying to better understand iSCSI boot. Towards that end, I'm trying to understand how, during iSCSI boot, the system gets the interface attributes. In my case, I am using a QLogic 8262 CNA card in my server. When the system comes up, I run iscsiadm -m fw, and I get iscsiadm: Could

Re: A Question about iSCSI boot

2012-04-25 Thread Mike Christie
On 04/25/2012 08:39 PM, Lee Duncan wrote: Hi: I am trying to better understand iSCSI boot. Towards that end, I'm trying to understand how, during iSCSI boot, the system gets the interface attributes. In my case, I am using a QLogic 8262 CNA card in my server. When the system comes up, I

Re: [PATCH 1/2] BNX2I: Added the setting of target can_queue via target_alloc

2012-04-25 Thread Mike Christie
On 04/25/2012 05:03 PM, Eddie Wai wrote: This will set the target can_queue limit to the number of preallocated session tasks set during creation. Could not send nopout messages were observed without this when the iSCSI connection experiences dropped frames under heavy I/O stress.