Date: Wed, 11 Mar 2009 13:39:47 +0200 From: Danny Braniss <danny@cs.huji.ac.il> To: Pete French <petefrench@ticketswitch.com> Cc: freebsd-scsi@freebsd.org, aoyama@peach.ne.jp, freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: Tester wanted for multipath failover iSCSI target software Message-ID: <E1LhMmp-000Jpi-LB@kabab.cs.huji.ac.il> In-Reply-To: <E1LhM2m-000G5r-2V@dilbert.ticketswitch.com> References: <E1LhM2m-000G5r-2V@dilbert.ticketswitch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Now istgt is a part of ports. (net/istgt) > > FreeBSD issue is solved by danny's patch. > > After applying the patch, iscontrol can connect to istgt. > > I am interested in giving this a try, though not immediately as I > am away from the office at the moment. Do I need to apply a patch > to iscontrol to make it work though ? I can't work it out from your > statement above. english version: (ungoogled :-) the latest is in: http://www.cs.huji.ac.il/~danny/ftp/freebsd/iscsi-2.1.1.tar.gz and if you already have 2.1, apply: --- iscsi.c.orig 2008-09-21 10:01:50.000000000 +0300 +++ iscsi.c 2009-03-11 13:29:04.250472000 +0200 @@ -62,7 +62,7 @@ #include <dev/iscsi/initiator/iscsi.h> #include <dev/iscsi/initiator/iscsivar.h> -static char *iscsi_driver_version = "2.1.0"; +static char *iscsi_driver_version = "2.1.1"; static struct isc_softc isc; --- isc_sm.c.orig 2008-07-19 14:04:23.000000000 +0300 +++ isc_sm.c 2009-03-11 13:30:20.672791000 +0200 @@ -508,7 +508,7 @@ sn->cmd++; case ISCSI_WRITE_DATA: - bhs->ExpStSN = htonl(sn->stat); + bhs->ExpStSN = htonl(sn->stat + 1); break; default: ---------------------------------------------------------------------------- danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1LhMmp-000Jpi-LB>