From owner-cvs-all@FreeBSD.ORG Thu Apr 26 13:42:32 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86B0D16A401 for ; Thu, 26 Apr 2007 13:42:32 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 43CC613C468 for ; Thu, 26 Apr 2007 13:42:32 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so595620wxc for ; Thu, 26 Apr 2007 06:42:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VqUUxEbWe60luiMJ2GuC+69MLA/EeKdrozbksBLd6W7H/9zc0n2mFTeWhbddiwyM9YDP0ZYtDSp61uqfRsOQSeLNaWzoPcZEaHkvHcKAQjeYIiVmA+V3bx6Fx013dkTyBxOSfxpiDYd7dAgZYwUZMP1pyAF9e5BPl6anrV2XJEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iu5hOcKdXjhyrLhtmiWJ3tnKSRB0mbmsezlll0ZgnY0q0CEy/t/lLOzpu8cugiAOPq+s3mDCET3dwL4I52Rdjg6wvp6gmHpI9GmX+PmfLwYD8My8kBFDfZ8JChdHUokyrd/fDwMic9hyMpZ2tNCN8exOzRuWGdKNmc2mV8a225A= Received: by 10.78.138.6 with SMTP id l6mr490901hud.1177594950598; Thu, 26 Apr 2007 06:42:30 -0700 (PDT) Received: by 10.78.188.17 with HTTP; Thu, 26 Apr 2007 06:42:30 -0700 (PDT) Message-ID: <70e8236f0704260642h59767e05ne649c8f8053a3803@mail.gmail.com> Date: Thu, 26 Apr 2007 14:42:30 +0100 From: "Joao Barros" To: "Ollivier Robert" In-Reply-To: <6eb82e0704260631g3f73b871iae650c6ae552edb3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704261259.l3QCxKL8022669@repoman.freebsd.org> <6eb82e0704260631g3f73b871iae650c6ae552edb3@mail.gmail.com> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, Rong-en Fan , cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-disk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 13:42:32 -0000 On 4/26/07, Rong-en Fan wrote: > On 4/26/07, Ollivier Robert wrote: > > roberto 2007-04-26 12:59:20 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/ata ata-disk.c > > Log: > > Use the same timeout parameters for BIO_FLUSH as with the other commands. > > > > This workaround the problem in Parallels/VMWare where the emulated drivers are > > slower, especially with ATA_FLUSHCACHE. The problem appears much more > > frequently with ZFS which use it a lot more. > > I saw this timeout message on my ThinkPad X60 (SATA drive) three > or four times in one day when using ZFS. I will see if this helps my > case. I'm seeing this occasionally now, far less then when my Promise was sharing INTs and even "pausing" the system for a few seconds. I'll update today and see if my now occasional messages disappear, thanks :) -- Joao Barros