From owner-cvs-all@FreeBSD.ORG Wed Feb 21 11:13:10 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1AA2A16E9E9; Wed, 21 Feb 2007 11:13:10 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.freebsd.org (Postfix) with ESMTP id CCCA913C461; Wed, 21 Feb 2007 11:13:09 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 6FC1448767; Wed, 21 Feb 2007 06:13:09 -0500 (EST) Date: Wed, 21 Feb 2007 11:13:09 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: John Baldwin In-Reply-To: <200702210607.08422.jhb@freebsd.org> Message-ID: <20070221111242.X80197@fledge.watson.org> References: <200702202204.l1KM4NV4037929@repoman.freebsd.org> <20070221103350.P80197@fledge.watson.org> <200702210607.08422.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Nick Hibma Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2007 11:13:10 -0000 On Wed, 21 Feb 2007, John Baldwin wrote: > On Wednesday 21 February 2007 05:36, Robert Watson wrote: >> >> On Tue, 20 Feb 2007, Nick Hibma wrote: >> >>> n_hibma 2007-02-20 22:04:23 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sbin/mdconfig mdconfig.8 mdconfig.c >>> Log: >>> Kris suggested that swap is a better choice as a default than malloc. >>> >>> MFC: 1 week >> >> Are you sure this should be MFC'd? While I agree with the change in >> principle, it will cause systems currently using malloc-backed md devices >> to mysteriously switch to swap-backed. How will this behave on systems >> that don't have swap, such as pure diskless systems not using NFS-backed >> swap? This isn't a strong objection per se, but it could be that rc.d >> scripts need tweaking for diskless environments if they currently do use >> malloc-back md devices based on that being the default. > > I don't think this changes the default for anything in 6.x. He changed the > default for his patch from yesterday that made it assume a type if you do > 'mdconfig -s '. Currently you have to do: > > 'mdconfig -a -t malloc -s ' or 'mdconfig -a -t swap -s ' > > but Nick changed it so just '-s ' implied '-a -t malloc', and now he's > changed it to imply '-a -t swap'. Ah, OK. This sounds reasonable. Thanks! Robert N M Watson Computer Laboratory University of Cambridge