From owner-freebsd-stable@FreeBSD.ORG Mon Nov 16 18:24:49 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 6C14A106568D for ; Mon, 16 Nov 2009 18:24:49 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 3061C8FC26 for ; Mon, 16 Nov 2009 18:24:49 +0000 (UTC) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NA6Fl-000Mhn-UP for freebsd-stable@freebsd.org; Mon, 16 Nov 2009 18:24:41 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NA6Fl-0001QK-TE for freebsd-stable@freebsd.org; Mon, 16 Nov 2009 18:24:41 +0000 To: freebsd-stable@freebsd.org Message-Id: From: Pete French Date: Mon, 16 Nov 2009 18:24:41 +0000 Subject: ZFS panic "solaris assert: sm->sm_space" loses pool on RELENG-7 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: Mon, 16 Nov 2009 18:24:49 -0000 Sometime on sunday our main server paniced with the following error: panic: solaris assert: sm->sm_space == space (0x5e45000 == 0x5e45600), file: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c, line: 361 I did some goolging and found a couple of refereces to other people who have seen this. Both of them, however, could not recover the pool and needed to restore all the data from backups (which I am in the process of). Soes anyone know anything more about this ? Specificly if it a known rpoblem which is fixed in 8.0 ? I couldn't find a PR of any kind, but the fact that a machine can spontaneously loose all it's data from a set of filesystems worries me greatly. cheers, -pete.