From owner-freebsd-geom@FreeBSD.ORG Thu May 18 07:19:59 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 146E316A403 for ; Thu, 18 May 2006 07:19:59 +0000 (UTC) (envelope-from dragonx@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CF6C43D49 for ; Thu, 18 May 2006 07:19:58 +0000 (GMT) (envelope-from dragonx@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so418389nzn for ; Thu, 18 May 2006 00:19:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=W6leLMBlO1e5RgscLlhB0n5M0liiFWo1JKOz0BPA3WNqbsHFzB4PrlqZ3QIG4vQYoCdjZUM4FeAiPqc+g0KNgpBlaiWdbTbya8gWVk73prKm6F8KjUHxmWe6Gj0y3wdnucVjwjalz3LBvRroLhKfBHJMh0Xr1wi4yufZLDoyrAU= Received: by 10.64.180.15 with SMTP id c15mr94621qbf; Thu, 18 May 2006 00:19:57 -0700 (PDT) Received: by 10.65.200.6 with HTTP; Thu, 18 May 2006 00:19:57 -0700 (PDT) Message-ID: <1f3e40760605180019w38f724c9uf17d91dd89652147@mail.gmail.com> Date: Thu, 18 May 2006 00:19:57 -0700 From: "D X" To: freebsd-geom@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: GEOM, gvinum, and SATA disks in standby X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 07:19:59 -0000 After idling my gvinum RAID1 array using ataidle on a pair of WD Caviar 250GB SATA disks, I almost always get a READ_DMA timeout when trying to access the disk (I'm guessing they take too long to spin up). At this point one of 3 things will happen (which one it is seems random to me at this point) 1. Both disks retry fine, and everything's great. Unfortunately, this happens about 1/3 of the time the disks come out of standby. 2. One of the disks retries fine, but the 2nd disk times out and gets detached. And I have a degraded array. If I try to restart the downed ple= x in gvinum, I get a kernel panic. 3. Both of the disks fail, my OS is partly hung, although I still get responses to ping packets. My console and terminals are dead though, as is my httpd. I usually end up rebooting in this case. I saw a couple of posts online from last year mentioning similar issues. I= s this a known bug that's going to be fixed anytime soon?