Re: SLES10 SP3 x86_64 - connection2:0: detected conn error (1011)

2009-12-14 Thread Anuarg Vora
I have got a reproducible test case for this. It seems that SCSI layer returns DID_BUS_BUSY many times when 'conn error (1011)' is seen. for p in `ls /dev/sd*` do dd if=$p of=/dev/zero count=1 done wait # ./io-script 1+0 records in 1+0 records out 512 bytes (5.1 MB)

Write back cache

2009-12-14 Thread galitz
Hello, I am connecting to iSCSI targets on a QNAP TS-439U. They connect as write-through cache enabled, but I cannot seem to tune the cache on the QNAP side. Is there a way to enable/configure write back cache on the Linux initiator side? I am actually doing this via XenServer, but they seem

Re: Make failed on Ubuntu9.10 with kernel_check, could anyone give me some suggestions except for building new kernel? :)

2009-12-14 Thread vagrant
It seems to be related to below url: http://groups.google.com/group/open-iscsi/browse_thread/thread/06e3bf8da91c466a A bug was logged and was similar to below descriptions: https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/289470 Mark it as duplicate :) Regards, On Dec 11, 10:13 pm,

Help:If open-iscsi can be installed on Linux and iscsi-target installed on Windows?

2009-12-14 Thread vagrant
Hi, All I am a novice, and I successfully installed iscsi-target on Linux. I just wonder if a Linux open-iscsi as a Host, and then install a iscsi-target for win on Windows, can they be access to each other? Thanks a lot. Regards, -- You received this message because you are subscribed

How to make a 2.6..*_compat.patch without sub-directory?

2009-12-14 Thread Yangkook Kim
I posted similar message on other thread, but let me ask the same question with diffrent tittle. I want to make a kernel compat patch without kernel/ sub-directory. I used git diff to output the patch, but each header of outputted patch includes kernel/ sub-directory like below. e.g diff --git

Re: How to make a 2.6..*_compat.patch without sub-directory?

2009-12-14 Thread Erez Zilber
Use git diff --relative (when you're in the open-iscsi/kernel dir). Erez On Mon, Dec 14, 2009 at 8:25 PM, Yangkook Kim yangkook...@gmail.com wrote: I posted similar message on other thread, but let me ask the same question with diffrent tittle. I want to make a kernel compat patch without

[RESEND PATCH 1/1]cxgb3i: Fix a login over vlan issue

2009-12-14 Thread Rakesh Ranjan
From: Rakesh Ranjan rak...@chelsio.com Fix a target login issue, when parent interface is vlan and we are using cxgb3i sepecific private ip address in '/etc/iscsi/ifaces/' iface file. Acked-by: Karen Xie k...@chelsio.com Signed-off-by: Rakesh Ranjan rak...@chelsio.com ---