From owner-freebsd-hackers Sat Oct 5 9:45:58 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7460C37B401; Sat, 5 Oct 2002 09:45:57 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0B543E77; Sat, 5 Oct 2002 09:45:56 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id CAA09584; Sun, 6 Oct 2002 02:45:37 +1000 Date: Sun, 6 Oct 2002 02:55:26 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Peter Wemm Cc: Poul-Henning Kamp , Lars Eggert , n0go013 , current , not on list - please copy Subject: Re: [ GEOM tests ] vinum drives lost In-Reply-To: <20021005151836.7ECE22A88D@canning.wemm.org> Message-ID: <20021006024610.V12615-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 5 Oct 2002, Peter Wemm wrote: > Bruce Evans wrote: > > On Fri, 4 Oct 2002, Poul-Henning Kamp wrote: > > > > > Worst case you will have the option to use: > > > > > > options NOGEOM > > > options vinum > > > > A NOGEOM option would be as acceptable as a NOFFS option for turning off > > forcing of the one true file system down everyone's throats. > > Part of the problem there is a weakness in config that I've threatened > to fix on more than one occasion. We do not have a way to have options > default to on and let people turn the option off. Negative options > ("options NOFOO") are a poor substitute. In the past, a couple of things > were unifdefed that might have been better served as being 'default to on' > options or drivers. Hmm. Negative options implemented as "negoptions FOO" would work OK for this. Options could be defaulted to on by putting them in an included config file, and then turned off using negoptions. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message