From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 10 16:40:03 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C53335D for ; Mon, 10 Jun 2013 16:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1E96012CD for ; Mon, 10 Jun 2013 16:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5AGe1Jc065525 for ; Mon, 10 Jun 2013 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5AGe1vr065524; Mon, 10 Jun 2013 16:40:01 GMT (envelope-from gnats) Date: Mon, 10 Jun 2013 16:40:01 GMT Message-Id: <201306101640.r5AGe1vr065524@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Klaus Weber Subject: Re: kern/178997: Heavy disk I/O may hang system X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Klaus Weber List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jun 2013 16:40:03 -0000 The following reply was made to PR kern/178997; it has been noted by GNATS. From: Klaus Weber To: Bruce Evans Cc: Klaus Weber , freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/178997: Heavy disk I/O may hang system Date: Mon, 10 Jun 2013 18:38:19 +0200 Just a quick reply while I am away from the system. On Mon, Jun 10, 2013 at 11:00:29AM +1000, Bruce Evans wrote: > o Everything seems to be working as well as intended (not very well) > except in bufdaemon and friends. Perhaps it is already fixed there. > I forgot to check which version of FreeBSD you are using. You may > be missing some important fixes. There were some by kib@ a few > months ago, and some by jeff@ after this thread started. I don't > run any version of FreeBSD new enough to have these, and the version > that I run also doesn't seem to have any serious bugs in bufdaemon. > It just works mediocrely. ~All tests were done with 9-STABLE from early May. I also tested with 10-CURRENT kernel, downloaded from an ftp mirror on May 5th, 2013. This kernel showed the same behavior, so I did all further testing with the 9-STABLE version. I will update my sources to 9-STABLE first thing next weekend, and will also re-test with an up-to-date CURRENT kernel. Klaus