From owner-freebsd-fs@FreeBSD.ORG Thu Jan 24 21:52:24 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44427A66 for ; Thu, 24 Jan 2013 21:52:24 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 097C692E for ; Thu, 24 Jan 2013 21:52:23 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 346352842D; Thu, 24 Jan 2013 22:45:19 +0100 (CET) Received: from [192.168.1.2] (unknown [89.177.49.69]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id BF5FC2842A; Thu, 24 Jan 2013 22:45:17 +0100 (CET) Message-ID: <5101AB6C.5060905@quip.cz> Date: Thu, 24 Jan 2013 22:45:16 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Mark Felder Subject: Re: gmirror doubt. References: <20130124165043.GB2386@garage.freebsd.pl> <51016DBC.5050001@egr.msu.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 21:52:24 -0000 Mark Felder wrote: > On Thu, 24 Jan 2013 11:22:04 -0600, Adam McDougall > wrote: > >> >> Just putting in my 2 cents that I'd LOVE LOVE LOVE a sysctl to disable >> tasting by geom, even if global. My #1 extreme frustration with gmirror, >> gjournal etc is the difficulty of removing the on-disk config when the >> kernel is fighting you to keep re-tasting it and keeping it active. > > I can't agree more. The GEOM framework and tasting is brilliant, but we > need to be able to control it. +1 from me. I had a problem with gjournal re-tasting few weeks ago (posted on GEOM mailinglist) Miroslav Lachman