From owner-freebsd-arch@FreeBSD.ORG Sun Sep 8 13:32:06 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B24F48A6; Sun, 8 Sep 2013 13:32:06 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79D4E2E0C; Sun, 8 Sep 2013 13:32:06 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id ro12so5078895pbb.13 for ; Sun, 08 Sep 2013 06:32:06 -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=kow/VCGdD95nw4ykriplHWLEEjxJpJPYf5h0XIyugf8=; b=sByVZz1jvmiPqtrVW1oZN/qpYXCYxvNho5TIfj1Tb76FWfmwOSCiWohFjNj8ZJXcEA hAdqGyGxJ8o4yptHkFmOrN4ckvcsS5o0b4iwhl88LITBti7j6o4ReW+xBoXtN4TltiW/ maJ4dfI1CnTytsUSnByheexoufluJPjRS2imekZNEmfg4Y5JXT/Irndzu80o7w/g7I4u sAhR8B5NH1SecP8hInap6TtpwXtpHdkN63nAt023y6psci1uV5PITEuBG2bZoOuv0u6Z kzP2x00kJoh3jYpUL1ZF8yhZr5n1SfRkEG5oFsr3euK+4m5yXZ4081dF9HB9zmEdOCk2 jspQ== MIME-Version: 1.0 X-Received: by 10.66.171.77 with SMTP id as13mr1134059pac.170.1378647126092; Sun, 08 Sep 2013 06:32:06 -0700 (PDT) Received: by 10.66.126.141 with HTTP; Sun, 8 Sep 2013 06:32:06 -0700 (PDT) In-Reply-To: References: <522A1C73.9030402@mu.org> Date: Sun, 8 Sep 2013 09:32:06 -0400 Message-ID: Subject: Re: New iSCSI stack. From: Outback Dingo To: =?ISO-8859-2?Q?Edward_Tomasz_Napiera=B3a?= Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-scsi@freebsd.org, "freebsd-arch@freebsd.org" , Alfred Perlstein , "freebsd-current@FreeBSD.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 13:32:06 -0000 On Sun, Sep 8, 2013 at 6:29 AM, Edward Tomasz Napiera=B3a wrote: > Wiadomo=B6=E6 napisana przez Alfred Perlstein w dniu 6 wr= z > 2013, o godz. 20:18: > > On 9/5/13 3:27 AM, Edward Tomasz Napiera=B3a wrote: > >> Hello. At http://people.freebsd.org/~trasz/cfiscsi-20130904.diffyou'l= l find > >> a patch which adds the new iSCSI initiator and target, against > 10-CURRENT. > >> 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 > point > >> 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? > > Which iSCSI userland configuration files, the ctl.conf(5)? If you need > an ability to parse it and modify from a shell scripts, see confctl utili= ty > (sysutils/confctl, https://github.com/trasz/confctl/). > > > 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 ver= y > good converter would really make that much easier for us. > > Porting to 9 should be quite easy - there are Capsicum API differences; > you might also want to compare CTL between 10 and 9 to see if there are > any changes which need to be merged. Taking a look at the code searching > for possible security issues would be also very welcome :-) > > As for the config files - writing a converter should be quite easy. Whic= h > configuration files you need to support, ctl.conf(5) and istgt > configuration? > I was i belive quite close to having it working on the last patch, however could never seem to get the ctl kernel module to function, And feel im a bit further away with this latest patch retracing my steps, from previous... quite easy to backport.... maybe for you, or other but yes, I also would like to integrate the work to stable/9 in the lab for some benchmarks > > _______________________________________________ > 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= " >