From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 1 09:12:57 2014 Return-Path: Delivered-To: freebsd-hackers@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 ESMTPS id ABB2B609; Tue, 1 Jul 2014 09:12:57 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B5622861; Tue, 1 Jul 2014 09:12:56 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id m15so9404417wgh.9 for ; Tue, 01 Jul 2014 02:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=uU58Olg7Ac0odPGVqkXt4DZsq58ATxhdfUhFfFMvohQ=; b=MMiwR/Z2YhsTL43fynnpmpzj5Ol9tcxIIs9jWJRvRuGLCcnN0DDBJLq169RHdaXGeI XazPG0IZPcnkukAZBK9nsA2JitSO/93YvaHUKeExCKhaZD74qpgYsvAlrYHnne7aqMgK bly8wfZOzEJSjozDLw+/80EP09RCZTy8oFULjIlOzzVE1Kz34Pln9rpMDQgTbrlsD1FJ KagUHNHIImH08kKWsOjKs7p2jfg8MsbZ1m1k4LF8RZi6BPu1YLl/VVwMHCYmCQrXx0g3 /1kMJQBfi3eK3Nmd+mR2AyyO14qDiM8Pdk6TEsxY7NS6fbgWG2NzTqW3K2pkD/QmGKtB HwQQ== X-Received: by 10.180.186.97 with SMTP id fj1mr34532837wic.18.1404205975305; Tue, 01 Jul 2014 02:12:55 -0700 (PDT) Received: from brick ([83.2.52.186]) by mx.google.com with ESMTPSA id da9sm41132243wib.5.2014.07.01.02.12.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Jul 2014 02:12:54 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Tue, 1 Jul 2014 11:12:52 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: Sreenivasa Honnur Subject: Re: FreeBSD iscsi target Message-ID: <20140701091252.GB3443@brick> Mail-Followup-To: Sreenivasa Honnur , "freebsd-hackers@freebsd.org" , freebsd-current Current References: <20140626232727.GB1825@pwnie.vrt.sourcefire.com> <53ACE5B4.8070700@rice.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-hackers@freebsd.org" , freebsd-current Current X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 09:12:57 -0000 Hi. I've replied in private, but just for the record: On 0627T0927, Sreenivasa Honnur wrote: > Does freebsd iscsi target supports: > 1. ACL (access control lists) In 10-STABLE there is a way to control access based on initiator name and IP address. > 2. iSNS No; it's one of the iSCSI features that seem to only be used for marketing purposes :-) > 3. Multiple connections per session No; see above. > 4. Dynamic Lun allocation/resize Yes. > 5. Target redirection It's in Perforce; I'll try to get it into 11-HEAD shortly.