From owner-freebsd-geom@FreeBSD.ORG Tue Aug 29 11:44:31 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 D67D316A4DD for ; Tue, 29 Aug 2006 11:44:31 +0000 (UTC) (envelope-from awatts@pett.com.au) Received: from mail.equard.com.au (mail.equard.com.au [150.101.96.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0064243D53 for ; Tue, 29 Aug 2006 11:44:30 +0000 (GMT) (envelope-from awatts@pett.com.au) Received: from pett.com.au ([172.24.169.72]) by mail.equard.com.au (8.13.6.20060614/8.13.6) with ESMTP id k7TBiRT5075959; Tue, 29 Aug 2006 21:14:28 +0930 (CST) (envelope-from awatts@pett.com.au) Message-ID: <44F4284A.5040906@pett.com.au> Date: Tue, 29 Aug 2006 21:13:06 +0930 From: Alastair Watts User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.6) Gecko/20040113 X-Accept-Language: en-au, en-us, en MIME-Version: 1.0 To: Ulf Lilleengen References: <44F2AE04.6030408@pett.com.au> <20060828175007.GA19553@stud.ntnu.no> In-Reply-To: <20060828175007.GA19553@stud.ntnu.no> X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-geom@freebsd.org Subject: Re: gvinum behaviour on disk failure 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: Tue, 29 Aug 2006 11:44:31 -0000 Hi Ulf, Ulf Lilleengen wrote: >>The other night we had a drive die under gvinum on FreeBSD 5.4. The >>setup was ad0 and ad2 in a mirror. Log messages were: >> >>Am I missing something (perhaps data didn't get written to ad0, but then >>shouldn't it have been in memory), or shouldn't gvinum have absorbed >>this error and supplied the data from ad0? >> >>Or is this a known issue/bug? I searched but couldn't find a similar >>reference on this list.. > > Could you give me the output of "gvinum printconfig"? drive bravo device /dev/ad2s1h drive alpha device /dev/ad0s1h volume usr volume tmp volume swap volume root plex name usr.p1 org concat vol usr plex name tmp.p1 org concat vol tmp plex name swap.p1 org concat vol swap plex name root.p1 org concat vol root plex name usr.p0 org concat vol usr plex name tmp.p0 org concat vol tmp plex name swap.p0 org concat vol swap plex name root.p0 org concat vol root sd name usr.p1.s0 drive bravo len 75010137s driveoffset 3145993s plex usr.p1 plexoffset 0s sd name tmp.p1.s0 drive bravo len 524288s driveoffset 2621705s plex tmp.p1 plexoffset 0s sd name swap.p1.s0 drive bravo len 2097152s driveoffset 265s plex swap.p1 plexoffset 0s sd name root.p1.s0 drive bravo len 524288s driveoffset 2097417s plex root.p1 plexoffset 0s sd name usr.p0.s0 drive alpha len 75010137s driveoffset 3145993s plex usr.p0 plexoffset 0s sd name tmp.p0.s0 drive alpha len 524288s driveoffset 2621705s plex tmp.p0 plexoffset 0s sd name swap.p0.s0 drive alpha len 2097152s driveoffset 265s plex swap.p0 plexoffset 0s sd name root.p0.s0 drive alpha len 524288s driveoffset 2097417s plex root.p0 plexoffset 0s Cheers, Al