From owner-freebsd-fs@FreeBSD.ORG Fri Jun 15 08:45:30 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9441E16A469 for ; Fri, 15 Jun 2007 08:45:30 +0000 (UTC) (envelope-from freebsd-fs@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4FF2313C44B for ; Fri, 15 Jun 2007 08:45:30 +0000 (UTC) (envelope-from freebsd-fs@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hz7Qj-0004F5-8G for freebsd-fs@freebsd.org; Fri, 15 Jun 2007 10:45:17 +0200 Received: from firewall.andxor.it ([195.223.2.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2007 10:45:17 +0200 Received: from lapo by firewall.andxor.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2007 10:45:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-fs@freebsd.org From: Lapo Luchini Date: Fri, 15 Jun 2007 10:45:06 +0200 Lines: 30 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: firewall.andxor.it User-Agent: Thunderbird 2.0.0.0 (X11/20070602) X-Enigmail-Version: 0.95.0 OpenPGP: id=C8F252FB Sender: news Subject: ZFS panic on mdX-based raidz X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 08:45:30 -0000 I have a vmcore, a couple of them in fact, but they don't seem to have a valid bt in them.. dunno why, I'm not really into kgdb yet 0=) (only backtrace visible is kern_shutdown, then only ??) This is the list of operations with whom I can reproduce the panic at will (or, at the very least, with whom I reproduced it three times): rm data0 data1 data2 truncate -s 64M data0 truncate -s 128M data1 truncate -s 256M data2 mdconfig -f data0 -u 0 mdconfig -f data1 -u 1 mdconfig -f data2 -u 2 zpool create prova raidz md0 md1 md2 zfs create -o mountpoint=/usr/tmp/p prova/p dd if=/dev/zero of=/usr/tmp/p/file bs=1M zpool status sysctl kern.geom.debugflags=16 dd if=/dev/zero of=/dev/md0 bs=1M dd if=/dev/zero of=/dev/md1 bs=1M zpool scrub prova zpool status Follows the status with two invalid disks (I wonder why :P) and a scrub in progress; but the host will panic before the scrub ends. 7.0-CURRENT of June 11 2007 (with added destroy_dev_sched.6.patch and destroy_dev_sched_addon.2.patch from the "smb wedges" thread). Lapo