From owner-freebsd-stable@FreeBSD.ORG Thu Sep 7 20:50:22 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 356C516A4DF for ; Thu, 7 Sep 2006 20:50:22 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [64.46.156.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE0043D49 for ; Thu, 7 Sep 2006 20:50:21 +0000 (GMT) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (localhost [127.0.0.1]) by sarah.protected-networks.net (Postfix) with ESMTP id 05E8B6175; Thu, 7 Sep 2006 16:50:21 -0400 (EDT) Authentication-Results: sarah.protected-networks.net from=imb@protected-networks.net; domainkey=pass Received: from sarah.protected-networks.net (localhost [127.0.0.1]) by sarah.protected-networks.net (Postfix) with ESMTP id 9D6396138; Thu, 7 Sep 2006 16:50:20 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=200509; d=protected-networks.net; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:X-Enigmail-Version:OpenPGP:Content-Type:Content-Transfer-Encoding; b=D8v1RgvK2ArDtxUWqtVLUyb31ZwVihLG64zvJtzTfFkD2GgAJ0vUnFUyOWzdKJw1GIjJkAkfL2Q7NJeJFY9TYNlNp+iURiiVVQr4M4Rd/GqgIfmjEk1XBLre2cuI5jRX; Received: from [192.168.1.10] (socker.hsd1.ma.comcast.net [24.218.145.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Iain Michael Butler", Issuer "Protected Networks Certificate Authority" (verified OK)) by sarah.protected-networks.net (Postfix) with ESMTP id 5E35360E8; Thu, 7 Sep 2006 16:50:20 -0400 (EDT) Message-ID: <4500860B.3050804@protected-networks.net> Date: Thu, 07 Sep 2006 16:50:19 -0400 From: Michael Butler User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <44FF4909.9020108@vwsoft.com> <44FF5B02.3090804@vwsoft.com> <44FF6FE6.4080602@protected-networks.net> In-Reply-To: <44FF6FE6.4080602@protected-networks.net> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Volker Subject: Re: gmirror RAID-1: rebuilding freezes machine X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2006 20:50:22 -0000 I wrote: > I'm backing out the attached change to see if it fixes it .. Nope, not this change .. unfortunately, the machine I have available to test is both remote and in production so I can't pursue it further. I've just detached a drive from the mirror until it gets looked at :-( ------------------------------------------------------------------------ Index: src/sys/geom/mirror/g_mirror.c =================================================================== RCS file: /usr/home/ncvs/src/sys/geom/mirror/g_mirror.c,v retrieving revision 1.66.2.7 retrieving revision 1.66.2.8 diff -u -r1.66.2.7 -r1.66.2.8 --- src/sys/geom/mirror/g_mirror.c 16 Jul 2006 15:47:46 -0000 1.66.2.7 +++ src/sys/geom/mirror/g_mirror.c 4 Sep 2006 12:55:43 -0000 1.66.2.8