From owner-freebsd-hardware@FreeBSD.ORG Mon Jul 18 05:13:16 2011 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87C21106564A; Mon, 18 Jul 2011 05:13:16 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id D988E8FC12; Mon, 18 Jul 2011 05:13:15 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p6I5DB2t002488 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 17 Jul 2011 22:13:13 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p6I5DBf8002487; Sun, 17 Jul 2011 22:13:11 -0700 (PDT) Received: from fbsd81 ([192.168.200.81]) by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA08956; Sun, 17 Jul 11 22:08:59 PDT Date: Mon, 18 Jul 2011 05:09:24 -0700 From: perryh@pluto.rain.com To: lev@freebsd.org Message-Id: <4e242274.1QWXzsZLtmzggAeS%perryh@pluto.rain.com> References: <1352622184.20110718002715@serebryakov.spb.ru> In-Reply-To: <1352622184.20110718002715@serebryakov.spb.ru> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org Subject: Re: SiI 3132 goes crazy and marks both disks as "Reserved" after each reboot X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2011 05:13:16 -0000 Lev Serebryakov wrote: > Hello, Freebsd-hardware. > > I've added SiI 3132-based controller with two SATA disks to > system, and almost lost my sanity: "gstripe" configuration > becomes lost after each reboot. After some investigation, > I found, that after each reboot last sector of disk contains > SiI meta-information instead of GEOM:STRIPE one. > > SiI RAID uitility shows disks as "Reserved disks," but refuse > to delete RAID volume, as here is no one. > > How to reset this state? And where SiI controller store > information (additional to last sector)? Dunno what-all else may be needed, but one way to preserve the SiI metadata would be, instead of gstriping the disks themselves, make a slice (MBR) or partition (GPT) on each disk -- a little smaller than the whole disk -- and gstripe those slices or partitions.