Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Aug 2012 02:42:16 +0300
From:      Alexander Motin <mav@FreeBSD.org>
To:        "Andrey V. Elsukov" <bu7cher@yandex.ru>
Cc:        current@freebsd.org
Subject:   Re: geom mirror now rebuilding on every reboot?
Message-ID:  <5021A7D8.9040305@FreeBSD.org>
In-Reply-To: <50212188.9000203@yandex.ru>
References:  <20120806203804.821031065674@hub.freebsd.org> <50205B66.10701@uffner.com> <50212188.9000203@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07.08.2012 17:09, Andrey V. Elsukov wrote:
> On 07.08.2012 04:03, Tom Uffner wrote:
>> GEOM_RAID: Promise: Array Promise Created
>> GEOM_RAID: Promise: Disk ad4 state changed from NONE to SPARE
>> GEOM_MIRROR: Cannot open consumer ad4 (error=1)
>> GEOM_MIRROR: Cannot add disk ad4 to gm0 (error=1)
>> wondering if anyone knew offhand what is going on & how to fix it.
>
> You can remove "options GEOM_RAID" from your kernel config.

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`.

-- 
Alexander Motin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5021A7D8.9040305>