From owner-freebsd-current@FreeBSD.ORG Fri Jan 23 09:18:29 2004 Return-Path: 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 8C3FE16A4CE for ; Fri, 23 Jan 2004 09:18:29 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE85B43D39 for ; Fri, 23 Jan 2004 09:18:28 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id B1A9972DBF; Fri, 23 Jan 2004 09:18:28 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id AEB9A72DB5; Fri, 23 Jan 2004 09:18:28 -0800 (PST) Date: Fri, 23 Jan 2004 09:18:28 -0800 (PST) From: Doug White To: Martin Matuska In-Reply-To: <400C3D1C.80500@tradex.sk> Message-ID: <20040123091728.K60312@carver.gumbysoft.com> References: <400C3D1C.80500@tradex.sk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@FreeBSD.org Subject: Re: vnode-backed md stops responding on copying files X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 23 Jan 2004 17:18:29 -0000 On Mon, 19 Jan 2004, Martin Matuska wrote: > I am using FreeBSD-Current (post 5.2-RELEASE) and have created a vnode > backed vn using these commands: > > mdconfig -a -t vnode -s 8G -f somebackingfile -u 0 (I tried 4G and 2G, too) > bsdlabel -w md0 auto > newfs md0c > mount /dev/md0c /mnt > > Then I started copying files or doing a make installworld DESTDIR=/mnt from > /usr/src and md hangs after some time copying. The md device and all processes > accessing it cannot be accessed, only a hardware reset is possible to survive, > reboot command doesn't work, too. Can you use ps and get the WCHANs for the offending proceses? I'm curious if it stuck in a lock or blocking on something else. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org