Antw: [PATCH] iscsid sends SIGTERM to PID 0

2011-06-24 Thread Ulrich Windl
>>> Hannes Reinecke schrieb am 21.06.2011 um 09:24 in Nachricht <201106210724.p5l7ost8009...@pentland.suse.de>: [...] > diff --git a/usr/log.c b/usr/log.c > index 62500cb..28e 100644 > --- a/usr/log.c > +++ b/usr/log.c > @@ -458,6 +458,8 @@ void log_close(pid_t pid) > return; >

Antw: [PATCH 3/8] iscsid: Implement --no-pid-file

2011-06-24 Thread Ulrich Windl
[...] > diff --git a/usr/iscsid.c b/usr/iscsid.c > index 3fa3295..1a37347 100644 > --- a/usr/iscsid.c > +++ b/usr/iscsid.c [...] > @@ -339,7 +341,7 @@ int main(int argc, char *argv[]) > int control_fd; > pid_t pid; > > - while ((ch = getopt_long(argc, argv, "c:i:fd:u:g:p:vh", lon

Re: unable to login to targets with be2iscsi

2011-06-24 Thread Seth Simons
Jay, The trace was taken by mirroring the port on the initiator's switch port was connected. Surely this is the same as tracing both ways? I'll upload another trace from each end separately in a bit. Another thing i've tried is booting the OS off a non-iscsi drive (external USB), so that I can tr

Re: unable to login to targets with be2iscsi

2011-06-24 Thread Seth Simons
Interesting news: I have just tried using a different iscsi target, the linux IET included with Debian, and am able to discover using sendtargets and also to login to the targets using the be2iscsi driver. I am now fiddling with the target to see if I can figure out what it's doing wrong. In case I

Re: iscsiadm does not work on ubuntu 64 OS when offload card is used

2011-06-24 Thread Kallol Biswas
Thank you very much. I will try to use 64 bit userspace binary as kernel is 64. Bit. Contract prevents us from revealing the customer name. On Jun 23, 2011, at 3:51 PM, Mike Christie wrote: > On 06/22/2011 01:25 PM, Kallol Biswas wrote: >> I have an issue that iscsiadm can not discover targets

Re: [PATCH] cxgb3i: fixed programing of the dma page sizes

2011-06-24 Thread Mike Christie
On 06/17/2011 06:10 PM, k...@chelsio.com wrote: > [PATCH] cxgb3i: fixed programing of the dma page sizes > > From: Karen Xie > > Fixed missing programming of the pages sizes for DMA. > > Signed-off-by: Karen Xie > --- > drivers/scsi/cxgbi/cxgb3i/cxgb3i.c |4 +++- > 1 files changed, 3 ins

Re: [PATCH 3/4 v2] BNX2I: Changed the nopout_wqe->lun memcpy to use sizeof instead

2011-06-24 Thread Mike Christie
On 06/23/2011 05:51 PM, Eddie Wai wrote: > Modified the memcpy of nopout_wqe->lun to use sizeof(struct scsi_lun) > instead of the hardcoded value 8 as noted by review comments. > > Signed-off-by: Eddie Wai > --- > drivers/scsi/bnx2i/bnx2i_hwi.c |2 +- > 1 files changed, 1 insertions(+), 1 de