From owner-freebsd-current@FreeBSD.ORG Fri Jul 10 20:01:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 477AA106568A; Fri, 10 Jul 2009 20:01:30 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id F16368FC19; Fri, 10 Jul 2009 20:01:29 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:55549 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1MPMHJ-0005mt-57; Fri, 10 Jul 2009 22:01:08 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id 3FED21386E2; Fri, 10 Jul 2009 22:01:05 +0200 (CEST) Message-Id: From: Thomas Backman To: Kip Macy In-Reply-To: <3c1674c90907101227ueab78eem6f8c5c7fdf0337cc@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Fri, 10 Jul 2009 22:01:04 +0200 References: <72163521-40BF-4764-8B74-5446A88DFBF8@exscape.org> <45291598-D091-4E90-B968-22E59BEB3846@exscape.org> <3c1674c90907101227ueab78eem6f8c5c7fdf0337cc@mail.gmail.com> X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MPMHJ-0005mt-57. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MPMHJ-0005mt-57 c319037c8c265a456fa9b1f910fe5d59 Cc: freebsd-fs@freebsd.org, FreeBSD current Subject: Re: Reproducible ZFS panic, w/ script (Was: "New" ZFS crash on FS (pool?) unmount/export) 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: Fri, 10 Jul 2009 20:01:30 -0000 On Jul 10, 2009, at 21:27, Kip Macy wrote: > "zfs export" does a forced unmount. We may not be properly handling > dangling references. > > -Kip > > On Fri, Jul 10, 2009 at 12:25 PM, Thomas > Backman wrote: >> On Jul 10, 2009, at 21:01, Thomas Backman wrote: >> ... Just one more thing to add for me today: the crash always happens when exporting the slave. Constant send/recv loops multiple times a second, no sweat. import/export of both pools multiple times a second, without any send/recv in between them, no sweat. Combined, however, it panics on "zpool export crashtestslave". (I verified this twice, once by changing stress() to simply run loads of incremental backups for a for a few minutes, break, and export the pools manually. Both times, the master pool was no problem, and it immediately panics on exporting the slave.) Regards, Thomas