From owner-freebsd-hackers@FreeBSD.ORG Sat Jan 12 18:22:52 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AAE55822 for ; Sat, 12 Jan 2013 18:22:52 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qc0-f169.google.com (mail-qc0-f169.google.com [209.85.216.169]) by mx1.freebsd.org (Postfix) with ESMTP id 596D630B for ; Sat, 12 Jan 2013 18:22:52 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id t2so1786836qcq.14 for ; Sat, 12 Jan 2013 10:22:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=c95AiYASSyD0drkihjQD9sMDB+VpfIknKNeLCqnRth4=; b=GUOKeQHtQQvrye7igHXxIFFSkVJmrLxBVkBAivUt6vGNkb3/lgwsNTJwZpBq4l/4dj kuqrdXLb1JkbIOIKdMcc4+jbu4tcpIPv0WaoswgCDvANggwORIPl3DlVKqYIVbMOwBJd WXtLMlRSjGiNX/A0jsC88ZOcuB8Letb0zwcfxkvhxVDMg3xxJBWXz0su5kBKMglswCEC aL0e0nxsW1kgnQUSOjL2/ARgcyh2GKh+prRRqT16WtVVZdxvECYGqz/UTYWf1+c/0aln X+1ktufNT6JSEGwv0oOak9wcNVMlryKIuO0Ihxf1aPkvMW7ogIW/ToWkEFx5/2CIYtwi EEZQ== MIME-Version: 1.0 Received: by 10.224.111.83 with SMTP id r19mr65664258qap.39.1358014971551; Sat, 12 Jan 2013 10:22:51 -0800 (PST) Received: by 10.49.128.168 with HTTP; Sat, 12 Jan 2013 10:22:51 -0800 (PST) In-Reply-To: References: <201301120925.55068.c47g@gmx.at> Date: Sat, 12 Jan 2013 12:22:51 -0600 Message-ID: Subject: Re: SATA disk disappears From: Adam Vande More To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-hackers@freebsd.org, Wojciech Puchar X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 18:22:52 -0000 On Sat, Jan 12, 2013 at 12:10 PM, Warren Block wrote: > On Sat, 12 Jan 2013, Warren Block wrote: > > Hmm. The green drives are supposed to go to sleep for power saving, and >> then there's a multiple-second delay when they have to spin back up on >> access. That should not be a problem for gmirror, but maybe it is. >> sysutils/ataidle can turn on the spindown. Some drives do not accept that >> command, or claim to accept it but ignore it. Worth a try, though. >> > > Make that: sysutils/ataidle can turn *off* the spindown. > > Maybe just bumping kern.cam.ada.default_timeout to 45 or something might help while still allowing drive to function as designed. -- Adam Vande More