From owner-freebsd-stable@freebsd.org Mon Dec 19 06:17:47 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E57E2C879C5 for ; Mon, 19 Dec 2016 06:17:47 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (mail.norma.perm.ru [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 635C51DC5 for ; Mon, 19 Dec 2016 06:17:47 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. (pc846408.norma.com [IPv6:fd00::73d] (may be forged)) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPS id uBJ6HiIT092563 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Mon, 19 Dec 2016 11:17:44 +0500 (YEKT) (envelope-from emz@norma.perm.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=norma.perm.ru; s=key; t=1482128264; bh=99aBQ6Hxuopiz9nYnsUE6XHqrj5axxtspFj36Q9B5AQ=; h=To:From:Subject:Date; b=S1cjfLdLx+jDHFwlu6VrjmSLPm8oz1rtPVhDiLqNzyQMjRp2YKL9FIgl9tZOV1LvM 4IcI5O4MMuDvfAdla9+H20ZrHzoc8AlWEal0YFrOBeKgrC/mK1wvT0ijvkvDJqg2ok c9006N5L0BKizxQNoAKZj7S2hIIxtY4vXocBKLFs= To: freebsd-stable From: "Eugene M. Zheganin" Subject: iscsi limit to 255 entities Message-ID: <58577B88.1070204@norma.perm.ru> Date: Mon, 19 Dec 2016 11:17:44 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 06:17:48 -0000 Hi. I kind of stepped on a limit of 255 targets (a bunch of VMs), what is the possible workaround for this, besides running a secont ctld in bhyve ? I guess I cannot run ctld inside a jail, since it's the kernel daemon, right ? Is the 255 limit a limit on entities - I mean can I ran like 255 luns in 255 targets ? Thanks. Eugene.