Re: iSER: "connection timed out"

2011-03-15 Thread Mike Christie
On 03/15/2011 03:50 AM, Степан Фёдоров wrote: tgt version is 1.0.13 Ah, I think I remember now. I think in this version of tgt iser setup changed. Previously you could use lld iscsi and iser would also work but now for the tgtadm --lld param you need to pass in iser instead of iscsi. -- You

Re: iser over iwarp

2011-03-15 Thread Mike Christie
On 03/14/2011 11:15 PM, daliu_771 wrote: Hello, open-iscsi expert: I am David.liu. I have a question: Has open-iscsi distribution provided ISER layered over iWARP functionality ? ISER layered InfiniBand functionality has been implemented in the current open-iscsi distribution , right ? iscsi

Re: iSER: "connection timed out"

2011-03-15 Thread Степан Фёдоров
Thank you for reply! 192.168.15.8 is assigned to IPoIB interface. Next is some additional information: Interface is in connected mode on both initiator, and target nodes. ib_iser kernel module is loaded on both nodes, tgtd is compiled with RDMA support. OS used on target, and initiator sides i

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread Greg KH
On Mon, Mar 14, 2011 at 10:26:05PM -0400, James Bottomley wrote: > On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: > > > Vasiliy Kulikov (20): > > > mach-ux500: mbox-db5500: world-writable sysfs fifo file > > > leds: lp5521: world-writable sysfs engine* files > > > leds: lp5523: world-

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread James Bottomley
On Tue, 2011-03-15 at 19:08 +0300, Vasiliy Kulikov wrote: > On Tue, Mar 15, 2011 at 07:50 -0400, James Bottomley wrote: > > 1. Did anyone actually check for capabilities before assuming world > > writeable files were wrong? > > I didn't check all these files as I haven't got these har

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread James Bottomley
On Tue, 2011-03-15 at 07:18 -0700, Greg KH wrote: > On Tue, Mar 15, 2011 at 07:50:28AM -0400, James Bottomley wrote: > > On Mon, 2011-03-14 at 20:09 -0700, Greg KH wrote: > > > There are no capability checks on sysfs files right now, so these all > > > need to be fixed. > > > > That statement is t

iser over iwarp

2011-03-15 Thread daliu_771
Hello, open-iscsi expert: I am David.liu. I have a question: Has open-iscsi distribution provided ISER layered over iWARP functionality ? ISER layered InfiniBand functionality has been implemented in the current open-iscsi distribution , right ? Best Regards David -- You received this

Re: [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread James Bottomley
On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: > > Vasiliy Kulikov (20): > > mach-ux500: mbox-db5500: world-writable sysfs fifo file > > leds: lp5521: world-writable sysfs engine* files > > leds: lp5523: world-writable engine* sysfs files > > misc: ep93xx_pwm: world-writable sysfs fi

Re: iSCSI over WAN

2011-03-15 Thread NISMO1968
It probably does not make much sense to you but to people doing async replication over slow connection (WAN) to solve disaster recovery problem it does make a lot of sense. Names like Double-Take and StarWind come to mind. -ichiro On Mar 10, 10:12 pm, Paul Koning wrote: > iSCSI over WAN doesn't

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread James Bottomley
On Mon, 2011-03-14 at 20:09 -0700, Greg KH wrote: > On Mon, Mar 14, 2011 at 10:26:05PM -0400, James Bottomley wrote: > > On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: > > > > Vasiliy Kulikov (20): > > > > mach-ux500: mbox-db5500: world-writable sysfs fifo file > > > > leds: lp5521: wo

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread Greg KH
On Tue, Mar 15, 2011 at 07:50:28AM -0400, James Bottomley wrote: > On Mon, 2011-03-14 at 20:09 -0700, Greg KH wrote: > > On Mon, Mar 14, 2011 at 10:26:05PM -0400, James Bottomley wrote: > > > On Sat, 2011-03-12 at 23:23 +0300, Vasiliy Kulikov wrote: > > > > > Vasiliy Kulikov (20): > > > > > mach-u

Re: [Security] [PATCH 00/20] world-writable files in sysfs and debugfs

2011-03-15 Thread Andrew Morton
On Sat, 12 Mar 2011 23:23:06 +0300 Vasiliy Kulikov wrote: > > Vasiliy Kulikov (20): > > mach-ux500: mbox-db5500: world-writable sysfs fifo file > > leds: lp5521: world-writable sysfs engine* files > > leds: lp5523: world-writable engine* sysfs files > > misc: ep93xx_pwm: world-writable sysfs

RE: [PATCH] [RFC] Add netconfig support in iscsiadm and iscsid

2011-03-15 Thread Vikas Chaudhary
>-Original Message- >From: Mike Christie [mailto:micha...@cs.wisc.edu] >Sent: Tuesday, March 15, 2011 11:19 AM >To: Vikas Chaudhary >Cc: open-iscsi@googlegroups.com; Lalit Chandivade; Harish Zunjarrao; Manish >Rangankar; Ravi Anand >Subject: Re: [PATCH] [RFC] Add netconfig support in iscsia

Re: iSER: "connection timed out"

2011-03-15 Thread Mike Christie
On 03/14/2011 05:35 AM, sf wrote: Hello! I try to setup iSER on my test nodes, but got an error "connection timed out" on --login. Next - is a step-by-step what i do: on target node: tgtadm --lld iscsi -m target --op new --tid 1 --targetname 22-90 tgtadm --lld iscsi -m logicalunit --op new --t

Re: [PATCH] [RFC] Add netconfig support in iscsiadm and iscsid

2011-03-15 Thread Mike Christie
On 03/14/2011 09:15 AM, Vikas Chaudhary wrote: -Original Message- From: Mike Christie [mailto:micha...@cs.wisc.edu] Sent: Sunday, March 13, 2011 6:05 PM To: open-iscsi@googlegroups.com Cc: Vikas Chaudhary; Lalit Chandivade; Harish Zunjarrao; Manish Rangankar; Ravi Anand Subject: Re: [PATC