Re: Help:insmod: error inserting ib_iser.ko

2009-12-16 Thread Xintao Zhang
I don't want use th iser I want the open-iscsi run normally run,can you help me? 2009/12/16 Erez Zilber erezzi.l...@gmail.com On Tue, Dec 15, 2009 at 12:26 PM, DeepBlue zhangxintaofi...@gmail.com wrote: There is a error with I inserting the ib_iser.ko module as following:

Re: inserting error with start open-iscsi

2009-12-16 Thread Xintao Zhang
I know your meaning because I start the open-iscsi with a error with symbol of ib_iser I don't want use the iser ,can you help me ? 2009/12/16 Ulrich Windl ulrich.wi...@rz.uni-regensburg.de On 15 Dec 2009 at 18:18, Xintao Zhang wrote: Hey all Therer is a error with inserting the ib_iser.ko

Re: Help:insmod: error inserting ib_iser.ko

2009-12-16 Thread Erez Zilber
I guess that you want to run open-iscsi over iscsi_tcp which is the default open-iscsi transport. Assuming that all other modules were loaded successfully (libiscsi, iscsi_tcp, scsi_transport_iscsi and libiscsi_tcp (depends on the version of open-iscsi that you use)), you don't need to do

Re: Suggestion for new logging mechanism in open-iscsi

2009-12-16 Thread Erez Zilber
On Wed, Dec 2, 2009 at 10:55 AM, Erez Zilber erezzi.l...@gmail.com wrote: I'd like to make some changes in the logging in open-iscsi. The current status is as follows: kernel modules: * We use iscsi_cls_session_printk iscsi_cls_conn_printk in scsi_transport_iscsi.c. They are sometimes

RE: minimum password length check

2009-12-16 Thread Shyam_Iyer
-Original Message- From: open-iscsi@googlegroups.com [mailto:open-is...@googlegroups.com] On Behalf Of Ulrich Windl Sent: Wednesday, December 16, 2009 1:08 PM To: open-iscsi@googlegroups.com Subject: Re: minimum password length check On 15 Dec 2009 at 22:47, shyam_i...@dell.com

Re: Help:insmod: error inserting ib_iser.ko

2009-12-16 Thread Xintao Zhang
I start open-iscsi with you method,but appear a problem. I use the tail -f /var/log/messages can't find iscis device. can you help me? 2009/12/17 Xintao Zhang zhangxintaofi...@gmail.com Thanks Erez 2009/12/16 Erez Zilber erezzi.l...@gmail.com I guess that you want to run open-iscsi over

open-iscsi 2.0.707-0.19 iface

2009-12-16 Thread Mark
Version 2.0.707-0.19 of open-iscsi which comes with SUSE SLES 10 SP1 with kernel 2.6.16.46-0.12-default does not seem to support the iface option or parameters. So how do you configure multiple NICs as iSCSI interfaces so that you can leverage devicemapper multipathing? -- You received this

[PATCH] support multidisk iBFTs

2009-12-16 Thread Alex Zeffertt
Please could the attached patch be considered for inclusion in the open-iscsi source. Regards, Alex Zeffertt Changelog: - iSCSI Boot Firmware Tables are able to specify up to two iSCSI targets, but until now open-iscsi has only been able to display/attach one of these. This change

Re: [PATCH] Maintain a list of nop-out PDUs that almost timed out

2009-12-16 Thread Mike Christie
Erez Zilber wrote: On Tue, Dec 15, 2009 at 10:34 AM, Mike Christie micha...@cs.wisc.edu wrote: Erez Zilber wrote: Maintain a list of nop-out PDUs that almost timed out. With this information, you can understand and debug the whole system: you can check your target and see what caused it to

Re: open-iscsi on SUSE 11

2009-12-16 Thread Mike Christie
Stuart Little wrote: Hi, Using open-iscsi-2.0.869-8.1 (x86_64) on a SUSE 11.0 based machine, connecting to an HP D2D. Generally operation seems fine but I have some issues:- I cannot get the system to reconnect as start, if I configure open-isci to start at boot the system

Re: minimum password length check

2009-12-16 Thread Mike Christie
shyam_i...@dell.com wrote: So I guess we should do some thing like this If (check_96bit_entropy(secret) secret AUTH_MAX_STR_LEN) { Use_secret } else { Secret not strong enough ..throw error... } We do not check. The only problem would be if we added one now

Re: [Open-FCoE] [fcoemon PATCH v2 00/11] rfcoemon restructuring

2009-12-16 Thread Mike Christie
shyam_i...@dell.com wrote: Shouldn't the requirement to administer DCB be FCoE independent ? After all DCB is required for other protocols like iscsi as well. It is not required for iscsi. I think people are thinking it is going to be useful for iscsi though. -- You received this message

Re: open-iscsi 2.0.707-0.19 iface

2009-12-16 Thread Ulrich Windl
On 15 Dec 2009 at 21:45, Mark wrote: Version 2.0.707-0.19 of open-iscsi which comes with SUSE SLES 10 SP1 with kernel 2.6.16.46-0.12-default does not seem to support the iface option or parameters. So how do you configure multiple NICs as iSCSI interfaces so that you can leverage devicemapper

RE: minimum password length check

2009-12-16 Thread Ulrich Windl
On 17 Dec 2009 at 0:55, shyam_i...@dell.com wrote: Essentially what you are saying is that we haven't implemented the secret's bit randomness calculation to check if has atleast 96bits of entropy. No, I just wanted to point out that the quality of a secret key cannot simply be measured