From owner-freebsd-scsi@FreeBSD.ORG Fri Sep 6 20:04:00 2013 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A6525CBB; Fri, 6 Sep 2013 20:04:00 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EF4F2FE5; Fri, 6 Sep 2013 20:04:00 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id kp13so3728681pab.21 for ; Fri, 06 Sep 2013 13:04:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HyfdKpJFA3yMtWuosY6VpKkA3vbmdh2fRcTZHMQ4v/A=; b=pQEACMPv8u89vc1e3uipD8YR+7KFqf+TAXDndNbJl0+kINBaneIS0nNRZqvoqKH+1J /GUZ31HSUIl3waoRoFnkei2UYnbFSvH+1JM2j8ER7cJiLvJ0hN2xg70rBqn61Ksace3o sD6H8Kp+MXSY397Tv4tRGBFw7xwqPGWjIDhRg4M6vuSFQ750gJe7g3UJVdzLPzf/opsa mvQ58bGIOSuy2LPiAKWzVStu0uSLKujl7PgURBbg+LPLBna1pmJRflCMOSB7qYHlwlwX qB+hIt1AwNrcLBWPODwDPgBA9JBX4uhV22cFgx5TwdbKYXJUGeiaJDW+WhmQgBJyzFPU SOug== MIME-Version: 1.0 X-Received: by 10.68.125.226 with SMTP id mt2mr4824020pbb.115.1378497839868; Fri, 06 Sep 2013 13:03:59 -0700 (PDT) Received: by 10.66.126.141 with HTTP; Fri, 6 Sep 2013 13:03:59 -0700 (PDT) In-Reply-To: <522A1C73.9030402@mu.org> References: <522A1C73.9030402@mu.org> Date: Fri, 6 Sep 2013 16:03:59 -0400 Message-ID: Subject: Re: New iSCSI stack. From: Outback Dingo To: Alfred Perlstein Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-scsi@freebsd.org, "freebsd-current@FreeBSD.org" , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Sep 2013 20:04:00 -0000 On Fri, Sep 6, 2013 at 2:18 PM, Alfred Perlstein wrote: > On 9/5/13 3:27 AM, Edward Tomasz Napiera=C5=82a wrote: > >> Hello. At http://people.freebsd.org/~**trasz/cfiscsi-20130904.diffyou'll find >> a patch which adds the new iSCSI initiator and target, against 10-CURREN= T. >> To use the new initiator, start with "man iscsictl". For the target - >> "man >> ctld". >> >> All feedback is welcome. If nothing unexpected comes up, I'll commit it >> in a few days from now. Note that it's still not optimized; at this poi= nt >> I'm focusing more on reliability and interoperability. >> >> This work is being sponsored by FreeBSD Foundation. >> >> ______________________________**_________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/**mailman/listinfo/freebsd-**current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@** >> freebsd.org " >> >> Edward, this is really exciting! > > Is there an easy way to use the userland iscsi configuration files? > > We would love to quickly backport and ship this with FreeNAS as an option > for our users, having the config files be the same OR having a very good > converter would really make that much easier for us. > > > your going to have to backport more then just this as capsicum and the IC= L stuff is iSCSI Common Layer, we went to try but kept getting caught up in the ICL breakage also, but removal of all references in the patch to capsicum, it was 4-6 files i belive, will get at least ctld and iscsi to build, now you need the new cam which needs better eyes then mine to fix in a back port due to icl version differences in 9 and 10. > > -- > Alfred Perlstein > > > ______________________________**_________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-**current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@** > freebsd.org " >