[PATCH] BNX2I: register given device with cnic if shost != NULL in ep_connect()

2009-07-08 Thread Anil Veerabhadrappa
* When using iface, bnx2i was unable to offload further connections after all active sessions are logged out. bnx2i will unregister the device from cnic when the last connection is torn down. Next call to ep_connect() will fail because the device is not registered. This issu

iscsiadm -m iface and routing

2009-07-08 Thread Hoot, Joseph
Hi all, I'm currently attempting to implement a Dell EqualLogic iSCSI solution connected through m1000e switches to Dell m610 blades with (2) iSCSI dedicated nics in each blade running Oracle VM Server v2.1.5 (which, I believe, is based off of RHEL5.1). [r...@oim6102501 log]# rpm -qa | grep iscs

Debian lenny + MD3000i: too long time to connect ISCSI

2009-07-08 Thread andrey.lak...@gmail.com
Hello, I'm trying to use Dell MD3000i with Debian lenny host and I've found that login process takes very long time - around 5 minutes: # time iscsiadm -m node -T iqn.1984-05.com.dell:powervault.md3000i. 60024e800051211949f5fc44 -p 10.98.7.190:3260 --login Logging in to [iface: default,

Re: iscsi_sna_lte vs RFC1982

2009-07-08 Thread Charlie Brady
On Mon, 6 Jul 2009, Hannes Reinecke wrote: > Do I read that correctly and shouldn't our code actually read: > > return n1 != n2 && ((n1 < n2 && (n2 - n1 < SNA32_CHECK)) || > (n1 > n2 && (n1 - n2 > SNA32_CHECK))); > > ? > > Otherwise we'd be off by one, or am I mis

iscsiadm -m iface + routing

2009-07-08 Thread hootjr29
Hi all, I’m currently attempting to implement a Dell EqualLogic iSCSI solution connected through m1000e switches to Dell m610 blades with (2) iSCSI dedicated nics in each blade running Oracle VM Server v2.1.5 (which, I believe, is based off of RHEL5.1). [r...@oim6102501 log]# rpm -qa | grep iscs

iSCSI Failover time way too long

2009-07-08 Thread Zaphod Beeblebrox
Devs, We seem to having an issue with the time to failover over iSCSI. The end goal here being to force a failover within 10 seconds to an alternate path as defined by dm-multipath. Distro: CentOS Kernel version: 2.6.29.5 dm-multipath version: device-mapper-multipath-0.4.7-17.el5 iscsid versi

iSCSI Failover time too long

2009-07-08 Thread Akshay Lal
Devs, We seem to having an issue with the time to failover over iSCSI. The end goal here being to force a failover within 10 seconds to an alternate path as defined by dm-multipath. Distro: CentOS Kernel version: 2.6.29.5 dm-multipath version: device-mapper-multipath-0.4.7-17.el5 iscsid vers

Re: [PATCH] BNX2I: register given device with cnic if shost != NULL in ep_connect()

2009-07-08 Thread Mike Christie
Anil Veerabhadrappa wrote: > * When using iface, bnx2i was unable to offload further connections after > all active sessions are logged out. bnx2i will unregister the device > from > cnic when the last connection is torn down. Next call to ep_connect() > will fail because th

Re: iSCSI Failover time too long

2009-07-08 Thread Mike Christie
Akshay Lal wrote: > Devs, > > We seem to having an issue with the time to failover over iSCSI. > The end goal here being to force a failover within 10 seconds to an > alternate path as defined by dm-multipath. > > Distro: CentOS > Kernel version: 2.6.29.5 > dm-multipath version: device-mappe

Re: iSCSI Failover time too long

2009-07-08 Thread Mike Christie
Akshay Lal wrote: > Devs, > > We seem to having an issue with the time to failover over iSCSI. > The end goal here being to force a failover within 10 seconds to an > alternate path as defined by dm-multipath. > > Distro: CentOS > Kernel version: 2.6.29.5 > dm-multipath version: device-mappe

Re: iscsi_sna_lte vs RFC1982

2009-07-08 Thread Ulrich Windl
On 6 Jul 2009 at 8:19, Charlie Brady wrote: > return n1 != n2 && ((n1 < n2 && (n2 - n1 < SNA32_CHECK)) || > (n1 > n2 && (n1 - n2 > SNA32_CHECK))); > > is equivalent to > > return ((n1 < n2 && (n2 - n1 < SNA32_CHECK)) || >

Re: iscsiadm -m iface + routing

2009-07-08 Thread Mike Christie
hootjr29 wrote: > Hi all, > > I’m currently attempting to implement a Dell EqualLogic iSCSI solution > connected through m1000e switches to Dell m610 blades with (2) iSCSI > dedicated nics in each blade running Oracle VM Server v2.1.5 (which, I > believe, is based off of RHEL5.1). > > [r...@oim6

Re: Debian lenny + MD3000i: too long time to connect ISCSI

2009-07-08 Thread Mike Christie
andrey.lak...@gmail.com wrote: > Hello, > > I'm trying to use Dell MD3000i with Debian lenny host and I've found > that login process takes very long time - around 5 minutes: > > # time iscsiadm -m node -T iqn.1984-05.com.dell:powervault.md3000i. > 60024e800051211949f5fc44 -p 10.98.7.19