Re: open-iscsi issue

2011-07-28 Thread Mike Christie
On 07/27/2011 06:25 PM, Farhan Ahmed wrote: Thanks Mike, Yes I have set right kernel values of rp_filter, please find the attached file which includes debug output,tcpdump and command output. Discovery works fine for eth3 but iscsiadm cant login though. I can see the packets are coming in/out

Re: open-iscsi issue

2011-07-28 Thread Mike Christie
On 07/27/2011 06:25 PM, Farhan Ahmed wrote: Thanks Mike, Yes I have set right kernel values of rp_filter, please find the attached file which includes debug output,tcpdump and command output. Discovery works fine for eth3 but iscsiadm cant login though. I can see the packets are coming in/out

Re: open-iscsi issue

2011-07-28 Thread Farhan Ahmed
Here is the output Hi Mike, Here is the output [root@nfs02 ~]# iscsiadm -m node -P 1 Target: iqn.2001-05.com.equallogic:0-8a0906-f0a1ed402-1f40012bba54e28b-nfs02-bond Portal: 192.168.42.190:3260,1 Iface Name: eth3 [root@nfs02 ~]# iscsiadm -m node -l eth3 Logging in to

Re: open-iscsi issue

2011-07-28 Thread Mike Christie
On 07/28/2011 05:48 PM, Farhan Ahmed wrote: Here is the output Hi Mike, Here is the output [root@nfs02 ~]# iscsiadm -m node -P 1 Target: iqn.2001-05.com.equallogic:0-8a0906-f0a1ed402-1f40012bba54e28b-nfs02-bond Portal: 192.168.42.190:3260,1 Iface Name: eth3

Re: open-iscsi issue

2011-07-28 Thread Farhan Ahmed
Hi Mike, I issued command iscsiadm -m discovery -t st -p ip -I eth3 -d 8 and I am getting this line iscsiadm: Could not match iface[hw=00:21:28:C0:BB:D3,ip=,net_if=eth3,iscsi_if=eth3] to host. Is it safe to ignore? Farhan On Fri, Jul 29, 2011 at 8:48 AM, Mike Christie micha...@cs.wisc.edu

Re: TODO list- userspace2.

2011-07-28 Thread Mike Christie
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):- Note1: I am not sure how much CHAP length user can use is needed so I kept

Re: open-iscsi issue

2011-07-28 Thread Farhan Ahmed
Here is the output of iscsiadm -m node -I eth3 [root@nfs02 ~]# iscsiadm -m node -I eth3 # BEGIN RECORD 2.0-872 node.name = iqn.2001-05.com.equallogic:0-8a0906-f0a1ed402-1f40012bba54e28b-nfs02-bond node.tpgt = 1 node.startup = automatic node.leading_login = No iface.hwaddress = 00:21:28:C0:BB:D3

Re: open-iscsi issue

2011-07-28 Thread Mike Christie
On 07/28/2011 05:56 PM, Farhan Ahmed wrote: Hi Mike, I issued command iscsiadm -m discovery -t st -p ip -I eth3 -d 8 and I am getting this line iscsiadm: Could not match iface[hw=00:21:28:C0:BB:D3,ip=,net_if=eth3,iscsi_if=eth3] to host. Is it safe to ignore? Did you pass ip or did

Re: open-iscsi issue

2011-07-28 Thread Farhan Ahmed
No I passed my SAN discovery address iscsiadm -m discovery -t st -p 192.168.42.190 -l eth3 -d 8 On Fri, Jul 29, 2011 at 9:04 AM, Mike Christie micha...@cs.wisc.edu wrote: On 07/28/2011 05:56 PM, Farhan Ahmed wrote: Hi Mike, I issued command iscsiadm -m discovery -t st -p ip -I eth3 -d 8

Re: open-iscsi issue

2011-07-28 Thread Mike Christie
On 07/28/2011 06:02 PM, Farhan Ahmed wrote: No I passed my SAN discovery address iscsiadm -m discovery -t st -p 192.168.42.190 -l eth3 -d 8 What is the command you have been running to do discovery? Just run that same command but also pass it the -d 8 argument to get some debugging. On

Re: open-iscsi issue

2011-07-28 Thread Mike Christie
On 07/28/2011 06:01 PM, Farhan Ahmed wrote: Here is the output of iscsiadm -m node -I eth3 [root@nfs02 ~]# iscsiadm -m node -I eth3 # BEGIN RECORD 2.0-872 node.name = iqn.2001-05.com.equallogic:0-8a0906-f0a1ed402-1f40012bba54e28b-nfs02-bond node.tpgt = 1 node.startup = automatic

Re: open-iscsi issue

2011-07-28 Thread Farhan Ahmed
Hi Mike, I applied the patch and here is the debug of all the commands. Thanks a lot mate for your help. Farhan On Fri, Jul 29, 2011 at 9:49 AM, Farhan Ahmed ahmed.far...@gmail.comwrote: Thanks Mike for your help. Here is the attached debug without following patch. I will send another debug