From owner-freebsd-stable@freebsd.org Fri Sep 22 05:38:40 2017 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 B2D04E17738 for ; Fri, 22 Sep 2017 05:38:40 +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 35B317ED9A for ; Fri, 22 Sep 2017 05:38:39 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from webmail.norma.perm.ru (localhost [127.0.0.1]) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTP id v8M5cbfT039287 for ; Fri, 22 Sep 2017 10:38:37 +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=1506058717; bh=iTA4qUKmi/Vc1TqpzeKRG1s1uFqmz5EH6QKHlms0SZg=; h=Date:From:To:Subject:In-Reply-To:References; b=psAIgWl9G0q8D93PN/YmLPLdRHWMAaESCpvml6OinIelQpYBTRME3spMBrZvSkDDm hhQ1TgKu/GvIhQKKOATnHbwywzDUNkFUXVp8JdeWlKxI7Ie6aLAOhUgLo7lB4/qnfA dbTCz8Fd63lpP6UHFbVDdqDqAO2+7gMFb30jPJDc= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 22 Sep 2017 10:38:37 +0500 From: "Eugene M. Zheganin" To: freebsd-stable@freebsd.org Subject: Re: ctld: only 579 iSCSI targets can be created In-Reply-To: <04e8820c2c6cc7a95d6ffdf257f00f7d@norman-vivat.ru> References: <04e8820c2c6cc7a95d6ffdf257f00f7d@norman-vivat.ru> Message-ID: X-Sender: emz@norma.perm.ru User-Agent: Roundcube Webmail/0.8.6 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: Fri, 22 Sep 2017 05:38:40 -0000 Hi, Eugene M. Zheganin писал 2017-09-22 10:36: > Hi, > > I have old 11-STABLE as an iSCSI server, but out of the blue I > encountered weird problem: only 579 targets can be created. I mean, I > am fully aware that the out-of-the-box limit is 128 targets, with is > enforced by the CTL_MAX_PORTS define, and I've set it to 1024 (and of > course rebuilt and installed a new kernel), but when I add more that > 579 targets I start to get the protocol errors: > Follow-up: I counted it wromg, so actually 573 targets. Eugene.