From owner-freebsd-geom@FreeBSD.ORG Thu Oct 12 07:30: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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C07E916A407 for ; Thu, 12 Oct 2006 07:30:00 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from mail01.solnet.ch (mail01.solnet.ch [212.101.4.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E8743D45 for ; Thu, 12 Oct 2006 07:29:48 +0000 (GMT) (envelope-from freebsdlists@bsdunix.ch) X-Virus-Scanned: by amavisd-new at mail01.solnet.ch Received: from mail01.solnet.ch ([127.0.0.1]) by localhost (mail01.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rwQbkaM9xOp7; Thu, 12 Oct 2006 07:29:46 +0000 (GMT) Received: from [192.168.1.102] (unknown [82.220.17.23]) by mail01.solnet.ch (Postfix) with ESMTP id C7F1260C47; Thu, 12 Oct 2006 07:29:45 +0000 (GMT) Message-ID: <452DEEA7.3030805@bsdunix.ch> Date: Thu, 12 Oct 2006 09:28:39 +0200 From: Thomas User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Charles Sprickman References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-geom@freebsd.org Subject: Re: gmirror flags? 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: Thu, 12 Oct 2006 07:30:00 -0000 Hi Charles Charles Sprickman schrieb: > Howdy, > > I found gmirror as I slowly work my way from 4.x to 6.x. So far I'm > finding it really easy to setup and use, and the abuse I've subjected my > first test machine to has convinced me it's pretty resilient. Great > work, Pawel! > > One thing I'm not finding documented that's got me a little puzzled is > the "Flags" field in the "gmirror list" output. I dug around in the > source a bit, but I'm not fluent enough to find the answer there... > > I noticed that on a newly-created, or newly-booted array that all > providers are marked "DIRTY". After some time that changes to "NONE". > > What does "DIRTY" mean in this context? Pawel Jakub Dawidek once wrote: "It means, that your mirror is open for writing. It is not bad:) Using this flag allows gmirror to detect if it was closed in clean way, ie. there was no power failure, etc. In case of an power failure, mirror is synchronized." Cheers, Thomas