From owner-freebsd-scsi@FreeBSD.ORG Thu Sep 5 12:00:52 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 A57826B3; Thu, 5 Sep 2013 12:00:52 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C080F2868; Thu, 5 Sep 2013 12:00:51 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d41so845284eek.36 for ; Thu, 05 Sep 2013 05:00:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=zZEQnc0IA5DKZgvMjyaAA877lzmwAPfqEcCPFRp8nfQ=; b=fED9uxnhJlo74TTEYUeFWlq2Q7QkIAo+DMbKAKc1MOuAZs47FQHS2s/Ktg348GMSCJ qtPFP3zkyyiZ3wNtkjHhZ3LT49lj5BDgK9IwC9GWPWx+j90tQDnqsUumDpiaZve7OL+d 8751rbA5mxT6PEmhJk6knWqTczPZg4Wbjt8WuTFo37SiWj1iqEbIWKfUSFTrs+YBNTj1 eJRcvrIUUNLsl1SDEysZaW9OEbZBOMa/AEw5gtWurQtoEpc5+J/nOODbUmezbnR5/ZNg Y425ClTQOpAhlL6wQLlHeKmdshwRu23JtNvjc5LxVGajXOuMM4kI8mioKzPsP4r518Dg 5sNg== X-Received: by 10.14.241.74 with SMTP id f50mr13120554eer.29.1378382450093; Thu, 05 Sep 2013 05:00:50 -0700 (PDT) Received: from [192.168.1.102] (addr48.neoplus.adsl.tpnet.pl. [79.184.69.48]) by mx.google.com with ESMTPSA id j7sm48069464eeo.15.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Sep 2013 05:00:49 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Content-Type: text/plain; charset=iso-8859-2 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: New iSCSI stack. From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: Date: Thu, 5 Sep 2013 14:00:48 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <34CEBF66-08BF-4265-8558-4A4A62109C77@FreeBSD.org> References: To: Ivan Voras X-Mailer: Apple Mail (2.1508) 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: Thu, 05 Sep 2013 12:00:52 -0000 Wiadomo=B6=E6 napisana przez Ivan Voras w dniu 5 = wrz 2013, o godz. 13:18: > On 05/09/2013 12:27, Edward Tomasz Napiera=B3a wrote: >> Hello. At http://people.freebsd.org/~trasz/cfiscsi-20130904.diff = you'll find=20 >> a patch which adds the new iSCSI initiator and target, against = 10-CURRENT. =20 >> To use the new initiator, start with "man iscsictl". For the target = - "man=20 >> ctld". >=20 > Just a naming question: "ctld" could mean anything, I'd parse it as a > "control deamon" or something like that. Could you name it something > which reminds the user of iscsi? Like iscsictld? As the man page says, ctld is "CAM Target Layer / iSCSI target daemon". Sure, right now it's pretty iSCSI-specific, but it doesn't need to be - = it can be extended to just manage CTL configuration (e.g. for Fibre Channel), or to support other CTL-backed storage protocols, such as FCoE. It's just a helper daemon for ctl(4) - thus, ctld(8). And in case = someone does "man -k iscsi", there is the "iSCSI target" in the manual page = title.