Re: TODO list- userspace2.

2011-10-11 Thread rahul gupta
...@cs.wisc.edu wrote: On 08/03/2011 12:24 PM, rahul gupta wrote: For integers, like timeout:- while fetching from sysfs_get_str(), I am setting timeouts to -1 for indicating error and also in qla card's case where chap is not supported in /sys, and then while printing, checking same value

how to specify port no in iet.

2011-09-25 Thread rahul gupta
Hi, Does any one now how to specify port no in iet target., any clue? if I discover iet target from open-iscsi it always get discovered on 3260. Eg:- if you want to make your iet iscsi-target to listen to a particular port no (say 3261 in below case) instead of 3260. (I couldn't find any place

Re: TODO list- userspace2.

2011-08-03 Thread rahul gupta
On Thu, Jul 28, 2011 at 7:03 PM, Mike Christie micha...@cs.wisc.edu wrote: On 07/26/2011 01:43 PM, rahul gupta wrote: Hi Mike, Hey, I have taken care of points you mentioned in last mail. Following is git diff with my comments (for patch without comments please refer attachment

Re: TODO list- userspace2.

2011-07-26 Thread rahul gupta
these two flag's code into the existing one flag- SESSION_INFO_ISCSI_PARAMS. Signed-off-by: Rahul Gupta rahulrgupt...@gmail.com Date: Wed July 27 0:10:30 2011 IST. iSCSI user space TODO item-2 : Displaying timeout and CHAP. diff --git a/include/iscsi_proto.h b/include/iscsi_proto.h index

TODO list- userspace2.

2011-07-19 Thread rahul gupta
= node.session.timeo.replacement_timeout = 120 . . ) These values needs to be printed in print level3 only or in 0/1/2. Also, plz let me know if I have missed out any iscsi value that has to be printed in above list. Regards, Rahul Gupta. -- You received this message because you are subscribed to the Google Groups open

Re: multiple initiator instances on same machine.

2011-03-21 Thread rahul gupta
Thanks Mike, With your pointers, I am able to create different sessions with different initiator iqn names from the same initiator machine. Best Regards, Rahul. On Mon, Mar 21, 2011 at 7:45 AM, Mike Christie micha...@cs.wisc.edu wrote: On 03/18/2011 05:11 AM, rahul gupta wrote: Hi, I would

Re: multiple initiator instances on same machine.

2011-03-19 Thread rahul gupta
...@iki.fi wrote: On Fri, Mar 18, 2011 at 03:41:32PM +0530, rahul gupta wrote: Hi, I would like to know, how to configure multiple iqn names (initiator instances running) on same machine using open-iSCSI (iscsi_tcp as transport). Under a test scenario as follows, I am able

multiple initiator instances on same machine.

2011-03-18 Thread rahul gupta
Hi, I would like to know, how to configure multiple iqn names (initiator instances running) on same machine using open-iSCSI (iscsi_tcp as transport). Under a test scenario as follows, I am able to create multiple initiator instances on the same machine, (but may be its not a cool way to do