Tester wanted for multipath failover iSCSI target software
Danny Braniss
danny at cs.huji.ac.il
Wed Mar 11 04:39:52 PDT 2009
> > 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
More information about the freebsd-scsi
mailing list