Re: boot error: iscsi: can not broadcast skb

2008-07-09 Thread Mike Christie
Omko wrote: > Hi, I am new to this group, and I am not sure if this reply will show > up under the correct thread. > Anyway, since I have solve this issue (boot error: iscsi: can not > broadcast skb) for my situation I want to share my sollution with you > people. > > > edit /etc/init.d/reboot >

Re: connect multiple disc from one target to single host.

2008-07-09 Thread Konrad Rzeszutek
On Wed, Jul 09, 2008 at 02:19:01PM +0200, Marc Aymerich wrote: > > > I think you are confusing how the MD3000i shows the data. You want to > > assign LUNs to your "disk". Look in the manual on how to do this. > > yes, I am really confused because I am surprised not being able to add > a host to

RE: Correct qisioctl module version for RHEL 5.2 kernel qla4xxx driver

2008-07-09 Thread berthiaume_wayne
Hi Pasi. The correct IOCTL module should be included in the latest SANsurfer package. Regards, Wayne. -Original Message- From: open-iscsi@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pasi Kärkkäinen Sent: Wednesday, July 09, 2008 5:46 AM To: open-iscsi@googlegroups

Re: connect multiple disc from one target to single host.

2008-07-09 Thread Marc Aymerich
> I think you are confusing how the MD3000i shows the data. You want to > assign LUNs to your "disk". Look in the manual on how to do this. yes, I am really confused because I am surprised not being able to add a host to several groups. Do we really can only be a host to a group? On Tue, Jul 8,

boot error: iscsi: can not broadcast skb

2008-07-09 Thread Omko
Hi, I am new to this group, and I am not sure if this reply will show up under the correct thread. Anyway, since I have solve this issue (boot error: iscsi: can not broadcast skb) for my situation I want to share my sollution with you people. edit /etc/init.d/reboot line 21 says: reboot -d -f -i

Correct qisioctl module version for RHEL 5.2 kernel qla4xxx driver

2008-07-09 Thread Pasi Kärkkäinen
Hello! What's the correct/recommended qisioctl module version for RHEL 5.2 default in-kernel qla4xxx driver? I'd like to use Qlogic iSCSI Sansurfer.. -- Pasi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "open

[PATCH] Add compat patch for RHEL 5.2

2008-07-09 Thread Erez Zilber
RHEL 5.2 is based on kernel version 2.6.18, but contains code that wasn't included in 2.6.18 vanilla. The kernel Makefile uses 2.6.14-19_compat.patch for it, and this creates compilation errors of symbol redefinition. We should have a separate compat patch for RHEL 5.2. Signed-off-by: Erez Zilber