From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 22:25:27 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4485616A41F for ; Sat, 14 Jan 2006 22:25:27 +0000 (GMT) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 846F043D49 for ; Sat, 14 Jan 2006 22:25:26 +0000 (GMT) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by freebsd.czest.pl (8.13.4/8.12.9) with ESMTP id k0EMUMNh003867 for ; Sat, 14 Jan 2006 22:30:23 GMT (envelope-from dunstan@freebsd.czest.pl) Received: (from dunstan@localhost) by freebsd.czest.pl (8.13.4/8.12.9/Submit) id k0EMUL7d003845 for freebsd-current@freebsd.org; Sat, 14 Jan 2006 22:30:21 GMT (envelope-from dunstan) Date: Sat, 14 Jan 2006 22:30:20 +0000 From: "Wojciech A. Koszek" To: freebsd-current@freebsd.org Message-ID: <20060114223019.GA99634@FreeBSD.czest.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [PATCH] Support for large number of md(4) disks X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 22:25:27 -0000 Hello, Here is a patch for md(4) which fixes current limit for ~95 devices. http://freebsd.czest.pl/dunstan/FreeBSD/mdconfig-list.1.patch (It's possible to create > 95 md(4) based, disks,but they won't be listed in mdconfig -l). This change breaks ABI, so both geom_md.ko and mdconfig(8) has to be rebuilt. Comments are welcome. -- * Wojciech A. Koszek && dunstan@FreeBSD.czest.pl