From owner-freebsd-current@FreeBSD.ORG Thu Aug 9 07:12:04 2012 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 18CFD106564A; Thu, 9 Aug 2012 07:12:04 +0000 (UTC) (envelope-from tom@uffner.com) Received: from eris.uffner.com (eris.uffner.com [71.162.143.94]) by mx1.freebsd.org (Postfix) with ESMTP id B31648FC19; Thu, 9 Aug 2012 07:12:03 +0000 (UTC) Received: from discordia.uffner.com (discordia.uffner.com [10.69.69.61]) (authenticated bits=0) by eris.uffner.com (8.14.5/8.14.5) with ESMTP id q797BmpP002415 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=FAIL); Thu, 9 Aug 2012 03:11:57 -0400 (EDT) (envelope-from tom@uffner.com) Message-ID: <502362B4.2080700@uffner.com> Date: Thu, 09 Aug 2012 03:11:48 -0400 From: Tom Uffner User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120517 Firefox/12.0 SeaMonkey/2.9.1 MIME-Version: 1.0 To: Alexander Motin References: <20120806203804.821031065674@hub.freebsd.org> <50205B66.10701@uffner.com> <50212188.9000203@yandex.ru> <5021A7D8.9040305@FreeBSD.org> In-Reply-To: <5021A7D8.9040305@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org Subject: Re: geom mirror now rebuilding on every reboot? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 07:12:04 -0000 Alexander Motin wrote: > I think the right answer would be to remove stale Promise format RAID metadata > from the disk. You should be able to do it by booting from any source and > doing `graid list -a` to see all RAID GEOMs (even broken) and then remove them > with `graid remove Promise ad4`. thanks, that fixed it. tom