From owner-freebsd-current@FreeBSD.ORG Mon Oct 23 08:48:44 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB6E516A403 for ; Mon, 23 Oct 2006 08:48:44 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E4CE43D53 for ; Mon, 23 Oct 2006 08:48:41 +0000 (GMT) (envelope-from pho@holm.cc) Received: (qmail 64113 invoked from network); 23 Oct 2006 08:48:40 -0000 Received: from unknown (HELO peter.osted.lan) (unknown) by unknown with SMTP; 23 Oct 2006 08:48:40 -0000 X-pair-Authenticated: 80.165.155.106 Received: from peter.osted.lan (localhost.osted.lan [127.0.0.1]) by peter.osted.lan (8.13.6/8.13.6) with ESMTP id k9N8mdgs004817 for ; Mon, 23 Oct 2006 10:48:39 +0200 (CEST) (envelope-from pho@peter.osted.lan) Received: (from pho@localhost) by peter.osted.lan (8.13.6/8.13.6/Submit) id k9N8mdqC004816 for current@freebsd.org; Mon, 23 Oct 2006 10:48:39 +0200 (CEST) (envelope-from pho) Date: Mon, 23 Oct 2006 10:48:39 +0200 From: Peter Holm To: current@freebsd.org Message-ID: <20061023084839.GA4523@peter.osted.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: Deadlock while testing on a 64 MB filesystem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 08:48:44 -0000 After some prodding by phk@ I made a test for problems seen with "newfs -b 32768 -f 4096". http://people.freebsd.org/~pho/stress/log/cons218.html I was using these watchdog options: -t 900 -e 'ls /tmp /dev /mnt > /dev/null; true' -s 60 and /mnt was the mount point for the test filesystem. -- Peter Holm