From owner-freebsd-geom@FreeBSD.ORG Wed Dec 27 18:01:00 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1B2A16A492 for ; Wed, 27 Dec 2006 18:01:00 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id 6174913C48E for ; Wed, 27 Dec 2006 18:00:58 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 80343386C02; Wed, 27 Dec 2006 17:32:16 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 62FC31141E; Wed, 27 Dec 2006 18:32:41 +0100 (CET) Date: Wed, 27 Dec 2006 18:32:41 +0100 From: "Simon L. Nielsen" To: Christian Laursen Message-ID: <20061227173240.GD1063@zaphod.nitro.dk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Cc: freebsd-geom@freebsd.org Subject: Re: geom_mirror delayed synchronizing question X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2006 18:01:00 -0000 On 2006.12.27 15:18:43 +0100, Christian Laursen wrote: > I am trying to add functionality to geom_mirror to prevent it from > synchronizing mirrors until a given time even if the mirrors are > configured for autosynchronization. The purpose of this is to be able > to postpone the synchronization until fsck is done after an unclean > shutdown. Is this mainly for forground or background fsck? For background fsck at least, wouldn't it be simpler to just postpone fsck until the sync is done? -- Simon L. Nielsen