From owner-freebsd-fs@FreeBSD.ORG Sun Jun 3 18:08:09 2012 Return-Path: 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 66DEF1065670 for ; Sun, 3 Jun 2012 18:08:09 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E742D8FC0A for ; Sun, 3 Jun 2012 18:08:08 +0000 (UTC) Received: by bkvi18 with SMTP id i18so3949645bkv.13 for ; Sun, 03 Jun 2012 11:08:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=KxTtLsWR/B1m2cgeyxrBPVD1tJHUgbymXc6Sv4F9tDg=; b=n+Ho6pA9CD+aZU3ZqDJT+QqRewiUkixt/D+Nq2m12+JT8SeAs911/T61OTV/aoLiUF wKdqXNuYThUiP9eBPRpLOTIiIYeKAmLZPi6DAbj8QXLr9iZtkaFD0WtTxFVi8/x/+8Xu MSEm0bpMJ4vbVuxEySDEO4j32dH9HeCM5OdrkMRRegysoeFmfzZiZpaC78ldElDK+ZnR 1wppIMOpnr23SB7wEtH1eTsy+8rQbdCmOpmc7qHEfu6eaDlb3vw/Dqkianmo/irSG2Gd k/F/kd8aOdxDsfXnPDXG/CyQtt1P3ZvYv/sdCWbxwpW8GuPm+TUJ72RzNE1bGpn5+2h5 iY3w== MIME-Version: 1.0 Received: by 10.204.154.138 with SMTP id o10mr4927384bkw.34.1338746887637; Sun, 03 Jun 2012 11:08:07 -0700 (PDT) Received: by 10.205.114.140 with HTTP; Sun, 3 Jun 2012 11:08:07 -0700 (PDT) In-Reply-To: References: Date: Sun, 3 Jun 2012 20:08:07 +0200 Message-ID: From: =?ISO-8859-1?Q?Jos=E9_Garc=EDa_Juanino?= To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: "panic: snapblkfree: inconsistent block type" on FreeBSD 9.0 RELEASE 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: Sun, 03 Jun 2012 18:08:09 -0000 On 3 June 2012 14:16, Jos=E9 Garc=EDa Juanino wrote: > Hi, > > I am getting a lot of "snapblkfree: inconsistent block type" panics on > my FreeBSD 9.0-RELEASE. My file systems have not any inconsistencies, > I am checked them with fsck. But I have some snapshots with softupdate > inconsistencies =A0(fsck_ffs /path/to/snapshot), and I suspect that may > be the cause of the panics. I have several questions: > > 1- Snapshots with fsck inconsistencies might be the cause of my panics? > 2- Should I remove any of such "corrupt" snapshots? > > If someone is interested, I can provide a full backtrace. Kernel is > GENERIC, with no tweaks. File system are been created with normal > "newfs -U". No special setting is using. I have three full core dumps: http://www.mipaginapersonal.movistar.es/web3/jjuanino/core.txt.1 http://www.mipaginapersonal.movistar.es/web3/jjuanino/core.txt.2 http://www.mipaginapersonal.movistar.es/web3/jjuanino/core.txt.3 The relevant code is, in the three examples: #3 0xffffffff80a40124 in ffs_snapblkfree (fs=3D0xfffffe0002deb000, devvp=3DVariable "devvp" is not available. ) at /usr/src/sys/ufs/ffs/ffs_snapshot.c:1799 Regards