From owner-freebsd-fs@freebsd.org Mon Nov 23 10:32:44 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45D69A306DC for ; Mon, 23 Nov 2015 10:32:44 +0000 (UTC) (envelope-from rs@bytecamp.net) Received: from mxout01.bytecamp.net (mxout01.bytecamp.net [212.204.60.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03CDB1139 for ; Mon, 23 Nov 2015 10:32:43 +0000 (UTC) (envelope-from rs@bytecamp.net) Received: by mxout01.bytecamp.net (Postfix, from userid 1001) id A8A4F30FD11; Mon, 23 Nov 2015 11:32:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bytecamp.net; h=subject:to:references:from:message-id:date:mime-version:in-reply-to:content-type:content-transfer-encoding; s=20140709; bh=rqmf2FUAC1oilE4Q8nvwrzVTuzA=; b=LNpU/25bl7Jb5qcyDkm2adUIbenNseTWjEizYuYzIRlBHNoGHUDr9MpRWtieIiVnUtiA0yVeaARR7nfaBmLVtpIM4mkNIZBgiKHa38VVGYmWnnJkoXtONYSTycX+y2aTtQkA0OI7m27+C/4ygCxmUwuIHCAhqBnrhbE8MdwhoQ8= Received: from mail.bytecamp.net (mailstore.bytecamp.net [212.204.60.20]) by mxout01.bytecamp.net (Postfix) with ESMTP id 5265530FD00 for ; Mon, 23 Nov 2015 11:32:35 +0100 (CET) Received: (qmail 30753 invoked by uid 89); 23 Nov 2015 11:32:35 +0100 Received: from stella.bytecamp.net (HELO ?212.204.60.37?) (rs%bytecamp.net@212.204.60.37) by mail.bytecamp.net with AES128-SHA encrypted SMTP; 23 Nov 2015 11:32:35 +0100 Subject: Re: filesystem deadlock, process in vodead state To: Dmitriy Makarov , freebsd-fs@freebsd.org References: <564D9930.1080509@bytecamp.net> <1447936216089-6054111.post@n5.nabble.com> From: Robert Schulze Organization: bytecamp GmbH Message-ID: <5652EB43.1060504@bytecamp.net> Date: Mon, 23 Nov 2015 11:32:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1447936216089-6054111.post@n5.nabble.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 10:32:44 -0000 Hi, Am 19.11.2015 um 13:30 schrieb Dmitriy Makarov: > Hi, > > we has exactly the same issue on our two boxes, running CURRENT. > But in our case stuck is on read one exactly file: ls $file - works fine, > cat $file - hang. > The file is on ZFS pool, stripe of mirrors too. I have opened a bug report for this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204764 regards, Robert Schulze