Re: Tester wanted for multipath failover iSCSI target software

From: Danny Braniss <danny_at_cs.huji.ac.il>
Date: Wed, 11 Mar 2009 13:39:47 +0200
> > 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
_at__at_ -62,7 +62,7 _at__at_
 #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
_at__at_ -508,7 +508,7 _at__at_
                    sn->cmd++;
 
          case ISCSI_WRITE_DATA:
-              bhs->ExpStSN = htonl(sn->stat);
+              bhs->ExpStSN = htonl(sn->stat + 1);
               break;
 
          default:

----------------------------------------------------------------------------

danny
Received on Wed Mar 11 2009 - 10:39:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:43 UTC