From owner-freebsd-stable@FreeBSD.ORG Mon Nov 22 23:57:55 2004 Return-Path: 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 192AA16A4CE for ; Mon, 22 Nov 2004 23:57:55 +0000 (GMT) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA37843D2D for ; Mon, 22 Nov 2004 23:57:53 +0000 (GMT) (envelope-from volkere@cs.tu-berlin.de) Received: from mailhost.cs.tu-berlin.de (postfix@mail.cs.tu-berlin.de [130.149.17.13]) by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id AAA09144; Tue, 23 Nov 2004 00:57:48 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 68E0EF21A; Tue, 23 Nov 2004 00:57:47 +0100 (MET) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 10698-47; Tue, 23 Nov 2004 00:57:45 +0100 (MET) Received: from conde.cs.tu-berlin.de (conde.cs.tu-berlin.de [130.149.17.40]) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP; Tue, 23 Nov 2004 00:57:44 +0100 (MET) Received: (from volkere@localhost)iAMNviqe028967; Tue, 23 Nov 2004 00:57:44 +0100 (MET) Date: Tue, 23 Nov 2004 00:57:44 +0100 From: Volker Eckert To: Dmitry Pryanishnikov Message-ID: <20041122235744.GA28772@conde.cs.tu-berlin.de> References: <20041117155904.X96713@atlantis.atlantis.dp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041117155904.X96713@atlantis.atlantis.dp.ua> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de cc: freebsd-stable@freebsd.org Subject: Re: SiI0680 ATA RAID question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 23:57:55 -0000 On Wed, Nov 17, 2004 at 04:03:50PM +0200, Dmitry Pryanishnikov wrote: > > In 5.3-RELEASE ERRATA I see the following: > > (1 Nov 2004) ATA RAID support for the CMD649 and SiI0680 ATA > controllers is non-functional in this release. When such a controller > is brough up under ata(4) (ataraid) on 5.3, the RAID configuration > stored under 5.2 or prior may be corrupted. am i getting this right: a raid config stored under 5.3 will probably not get corrupted??? > What's the reason of the problem with SiI0680: inferiority of the hardware > or just programming error? Is this problem fixed in 6-CURRENT? If so, will > this fix be merged to 5-STABLE? as i had problems with an nfs-server (with SiI0680) running 5.2 for no obvious reason, i upgraded to 5.3 - and did not encounter the above mentioned problem since the release of 5.3 to date. i had to recreate my raid configuration, though, which seemed not to harm my data. (like this: atacontrol create RAID1 ad4 ad6) is this the expected behaviour: doesn't recognise raids created under 5.2, but works fine with raids created under 5.3? wondering, Volker.