From owner-freebsd-fs@FreeBSD.ORG Fri May 15 11:27:46 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D849D106566B for ; Fri, 15 May 2009 11:27:46 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) by mx1.freebsd.org (Postfix) with ESMTP id 973838FC14 for ; Fri, 15 May 2009 11:27:46 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 6AECD19E044; Fri, 15 May 2009 13:10:41 +0200 (CEST) Received: from [192.168.1.2] (r5bb235.net.upc.cz [86.49.61.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id E1B1E19E043; Fri, 15 May 2009 13:10:38 +0200 (CEST) Message-ID: <4A0D4DAF.3080902@quip.cz> Date: Fri, 15 May 2009 13:10:39 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Andriy Gapon References: <4A0D48CB.7030707@icyb.net.ua> In-Reply-To: <4A0D48CB.7030707@icyb.net.ua> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, Pawel Jakub Dawidek Subject: Re: stable/7: shutdown stuck in zfs_umount (z_op_cnt > 0) 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 May 2009 11:27:47 -0000 Andriy Gapon wrote: > Quite frequently when rebooting or shutting down after long uptime my amd64 > stable/7 system gets stuck in shutdown after printing "All buffers synced". > Below is some kgdb examination after breaking to ddb and inducing panic. > I also see lots of threads with zfs-related names (also below). > Any ideas/suggestions on cause/fix/workaround? > Thanks! Just "me too" with amd64 7-STABLE (pre 7.2-RELEASE) and onetime with 7.2-RC1 i386 in Qemu session (also with ZFS mounted filesystem) Miroslav Lachman