Pointless iscsi_session_chkready() in queuecommand?

2009-07-27 Thread Hannes Reinecke
Hi all, why do we have this call to iscsi_session_chkready() in queuecommand? reason = iscsi_session_chkready(cls_session); if (reason) { sc-result = reason; goto fault; } if (session-state != ISCSI_STATE_LOGGED_IN) {

SLES yaboot behaviour with multipath iSCSI installs

2009-07-27 Thread malahal
Did anyone install SLES11 on a multipath iSCSI device on power based host? I installed on a single path to begin with. It booted fine with /etc/yaboot.conf file. I created another path with iscsiadm command (set node startup to onboot and configured multipath) and ran mkinitrd to create a new

[PATCH 2/4] RFC: beiscsi driver

2009-07-27 Thread Jayamohan Kalickal
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups open-iscsi group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to

Re: [PATCH] iscsi_tcp: Evaluate socket state in data_ready()

2009-07-27 Thread Mike Christie
On 07/27/2009 06:22 AM, Hannes Reinecke wrote: The network core will call state_change() callback prior to the data_ready() callback, which might cause us to lose a connection state change. So we have to evaluate the socket state at the end of the data_ready() callback, too. Signed-off-by:

[PATCH 4/6] RFC: beiscsi: Firmware Commands to chip

2009-07-27 Thread Jayamohan Kallickal
These files contain code for all supported Firmware commands to the chip. These routines are mostly accessed from be_main.c. Signed-off-by: Jayamohan Kallickal jayamoh...@serverengines.com --- drivers/scsi/beiscsi/be_mgmt.c | 369

RFC: be iscsi driver

2009-07-27 Thread Jayamohan Kallickal
Hi I am sending the open-iscsi based storage driver for ServerEngines 10 Gbps Adapter for review. The Adapter is Multi-Function device that provides NIC/iSCSI/FCOE Functionality. The driver works in Full Hardware Offload mode utilizing the hooks provided by open-iscsi layer. This

[PATCH 3/6] RFC: beiscsi: iscsi hook in and handling code

2009-07-27 Thread Jayamohan Kallickal
These files contain code to interface with open-iscsi layer Signed-off-by: Jayamohan Kallickal jayamoh...@serverengines.com --- drivers/scsi/beiscsi/be.h | 186 +++ drivers/scsi/beiscsi/be_iscsi.c | 645 +++ drivers/scsi/beiscsi/be_iscsi.h

Re: iscsiadm -m iface + routing

2009-07-27 Thread jnantel
Hi Joseph, we also have Dell equallogics in our shop. I can tell you A LOT about them and how to setup with multipath/iscsi..etc. Mike Christie is an incredible resource for sure, and he helped me a great deal with my setup. Be thankful you aren't using SLES10 SP2. Performance, you should be

Re: open-iscsi 868 chap on el5 ( Centos 5.3 and RedHat 5.2 )

2009-07-27 Thread Mike Christie
On 07/24/2009 01:05 PM, Joris wrote: Hi Mike, In the meantime i've kind of got it to work but i feel like acting blind. I've not followed any of the steps i've found in the documentation across the web. Instead i've used 1. iscsistart How did you run iscsistart? iscsistart is

Re: [PATCH] libiscsi: Check for CmdSN window before sending data

2009-07-27 Thread Mike Christie
On 07/23/2009 05:20 AM, Boaz Harrosh wrote: On 07/23/2009 12:24 PM, Mike Christie wrote: But you still might be hitting a problem where the target does not like data-outs when it closed the window. Maybe they interpreted the RFC differently. You should ask the HP target guys for more info.