From owner-freebsd-stable@FreeBSD.ORG Wed May 27 16:58:21 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF2F710656FA for ; Wed, 27 May 2009 16:58:21 +0000 (UTC) (envelope-from freebsd-stable@epcdirect.co.uk) Received: from gunfright.epcdirect.co.uk (gunfright.epcdirect.co.uk [195.10.242.32]) by mx1.freebsd.org (Postfix) with ESMTP id 9FBA58FC0A for ; Wed, 27 May 2009 16:58:21 +0000 (UTC) (envelope-from freebsd-stable@epcdirect.co.uk) Received: from localhost (localhost.epcdirect.co.uk [127.0.0.1]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id C0DC261B8 for ; Wed, 27 May 2009 17:25:15 +0100 (BST) X-Virus-Scanned: by GunFright.EPCDirect.co.uk Received: from gunfright.epcdirect.co.uk ([127.0.0.1]) by localhost (gunfright.epcdirect.co.uk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id FAwLP2nyVIQg for ; Wed, 27 May 2009 17:25:15 +0100 (BST) Received: from LFarr (l-farr.int.epcdirect.co.uk [192.168.6.200]) by gunfright.epcdirect.co.uk (Postfix) with ESMTP id 7720661A7 for ; Wed, 27 May 2009 17:25:15 +0100 (BST) From: "Lawrence Farr" To: Date: Wed, 27 May 2009 17:25:11 +0100 Message-ID: <029801c9dee7$b5550770$1fff1650$@co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acne57U/hym0e2wYTy6C5WYcY5xi6w== Content-Language: en-gb Subject: ZFS panic in zfs_fuid_create X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2009 16:58:22 -0000 I updated my backup boxes to the latest and greatest ZFS code, and started getting the following panic on them all (3 machines): panic: zfs_fuid_create cpuid = 1 Uptime: 1h28m48s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort A quick google found kern/133020 with a patch from PJD that has fixed it for me. Should it be in stable or does it break something else?