Re: [PATCH v2] iscsiadm : make iface.ipaddress optional in iface configs for transports that don't have a hard requirement on it.

2014-07-31 Thread Mike Christie
On 07/25/2014 02:42 PM, Anish Bhatt wrote: > v2: cxgb4i changed to NOT_REQ as set ipaddress is not supported > Signed-off-by: Anish Bhatt > --- > usr/initiator_common.c | 15 --- > usr/transport.c| 8 > usr/transport.h| 6 ++ > 3 files changed, 22 insert

Sending more than one write request as a single write request

2014-07-31 Thread shivraj dongawe
Hi all, I would like to ask one question regarding write command in iSCSI. Suppose I have info about few lbas, lengths and data at the lbas. Is it possible that I could send more number of lbas, lengths and data at those lbas in a single write command PDU from

Multiple iSCSI Targets Via Kernel Flags

2014-07-31 Thread TriadicTech
Is it possible to use two "iscsi_target_name" flags at boot to mount two targets? Using two of these flags will throw session errors, so i was wondering if there was another way to accomplish this task. -- You received this message because you are subscribed to the Google Groups "open-iscsi" g

Multiple Targets Via Kernel Options

2014-07-31 Thread Alex McWhirter
I'm using Ubuntu's MAAS system which boots nodes via PXE and feeds the kernel iSCSI options to boot the actual OS image. The MAAS server feeds kernel options such as... iscsi_target_name=iqn.2004-05.com.ubuntu:maas:ephemeral-amd64-generic-trusty-release iscsi_target_ip=10.0.0.49 iscsi_target_p

Re: Error on discovery using emulex be2iscsi

2014-07-31 Thread bouchertj
Did you ever solve this issue? Seeing something similar and was curious what you did to resolve it. On Monday, March 17, 2014 3:10:48 AM UTC-4, Sony John-N wrote: > > Hi guys, > > > > I am hitting an issue where I could not even discovery targets using > be2iscsi driver. > > So If some

RE: change target information in iscsi boot scenario

2014-07-31 Thread Gruher, Joseph R
>-Original Message- >From: open-iscsi@googlegroups.com [mailto:open-iscsi@googlegroups.com] On >Behalf Of Mike Christie >Sent: Thursday, July 24, 2014 11:09 AM >To: open-iscsi@googlegroups.com >Cc: blueberry...@gmail.com >Subject: Re: change target information in iscsi boot scenario > >On

Re: [PATCH] fix login_timeout timer handling when retrying connect/login

2014-07-31 Thread Roi Dayan
Hi Mike, Is there a new patch? I'm checking I didn't miss it. We did tests with the current patch for now and it worked ok. Thanks, Roi On Friday, July 25, 2014 5:17:44 PM UTC+3, Mike Christie wrote: > > > On Jul 24, 2014, at 4:46 PM, Eddie Wai > > wrote: > > > On Thu, 2014-07-24 at 12:50 -0

Getting log "Login authentication failed with target .." during login-redirect

2014-07-31 Thread KUMAR NITISH
Hi all, I am using Dell EqualLogic array as target. When I make session with this target, I am getting logs as given below : login response status 0101 Login authentication failed with target iqn.2001-05.com.equallogic:0-8a0906-964f1f903-d850018d2a253d5f-nitishk521 ... .. login response status

Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-07-31 Thread KUMAR NITISH
Hi all, I am using Dell EqualLogic array as target. When I make session with this target, I am getting the logs as given below : login response status 0101 Login authentication failed with target iqn.2001-05.com.equallogic:0-8a0906-964f1f903-d850018d2a253d5f-nitishk521 .. .. login response sta

Re: Multiple Targets Via Kernel Options

2014-07-31 Thread Mike Christie
On 07/28/2014 08:39 PM, Alex McWhirter wrote: > I'm using Ubuntu's MAAS system which boots nodes via PXE and feeds the > kernel iSCSI options to boot the actual OS image. The MAAS server feeds > kernel options such as... > > iscsi_target_name=iqn.2004-05.com.ubuntu:maas:ephemeral-amd64-generic-tru

Re: [PATCH] fix login_timeout timer handling when retrying connect/login

2014-07-31 Thread Mike Christie
Was waiting on response from Qlogic/Broadcom. On 07/31/2014 01:19 AM, Roi Dayan wrote: > Hi Mike, > > Is there a new patch? > I'm checking I didn't miss it. > > We did tests with the current patch for now and it worked ok. > > Thanks, > Roi > > > On Friday, July 25, 2014 5:17:44 PM UTC+3, M

Re: Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-07-31 Thread Mike Christie
I am working with Equallogic on this now. Will update this thread when we root cause it. On 07/30/2014 01:41 AM, KUMAR NITISH wrote: > Hi all, > > I am using Dell EqualLogic array as target. When I make session with > this target, I am getting the logs as given below : > > login response status

Re: Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-07-31 Thread Mike Christie
On 07/30/2014 01:41 AM, KUMAR NITISH wrote: > Hi all, > > I am using Dell EqualLogic array as target. When I make session with > this target, I am getting the logs as given below : > > login response status 0101 > Login authentication failed with target > iqn.2001-05.com.equallogic:0-8a0906-964f1

Re: Getting log-message "Login authentication failed with target .." during iSCSI login-redirect

2014-07-31 Thread Mike Christie
Could you tell me your Equallogic array's firmware version? On 07/31/2014 01:19 PM, Mike Christie wrote: > I am working with Equallogic on this now. Will update this thread when > we root cause it. > > On 07/30/2014 01:41 AM, KUMAR NITISH wrote: >> Hi all, >> >> I am using Dell EqualLogic array a

RE: Getting log "Login authentication failed with target .." during login-redirect

2014-07-31 Thread Anish Bhatt
0101 implies you're getting a status class of 0x1 & status detail of 0x1 #define ISCSI_STATUS_CLS_REDIRECT 0x01 #define ISCSI_LOGIN_STATUS_AUTH_FAILED0x01 You are getting redirect as well as auth failed, hence. -Anish From: open-iscsi@googlegroup