From owner-freebsd-stable@FreeBSD.ORG Fri Feb 1 23:35:37 2008 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 10C0116A474; Fri, 1 Feb 2008 23:35:37 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (unknown [IPv6:2001:41d0:1:2ad2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9165513C47E; Fri, 1 Feb 2008 23:35:36 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:1:2ad2::fffe:0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTP id 409AE1BAC2E; Sat, 2 Feb 2008 00:35:34 +0100 (CET) Received: from morzine.restart.bel (morzine6.restart.bel [IPv6:2001:41d0:1:2ad2::1:2]) (authenticated bits=0) by restart.be (8.14.2/8.14.2) with ESMTP id m11NZVkW064687; Sat, 2 Feb 2008 00:35:31 +0100 (CET) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1201908934; bh=JCoHmakZvQQROVU2z/bygP6AWLa3Zu5OpUbDLcm wbcc=; h=DomainKey-Signature:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:X-Scanned-By; b=YuX7nhOeaZd wI4+3n2u6R4ddcHZT+rw0izroLVPYzhpjjlW2HwDxbY5rk+FiPMY/zfr2o8/A5AmaYp app346FQ== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=Roi8MvNR/xXkJuZsXVDzpR/nSCwZC+/egsygLYveQVsaEsZtGvbF/UEBGpVJuQ6R/ 4K1zxaYH6AknKS5wN7jmA== Message-ID: <47A3ACC3.2070106@restart.be> Date: Sat, 02 Feb 2008 00:35:31 +0100 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.9 (X11/20080124) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <479C8B56.7020101@restart.be> <20080201212241.GA2720@garage.freebsd.pl> In-Reply-To: <20080201212241.GA2720@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on IPv6:2001:41d0:1:2ad2::1:1 Cc: freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: 7.0-RC1 - ZFS + UFS + io activity show a deadlock 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: Fri, 01 Feb 2008 23:35:37 -0000 Pawel Jakub Dawidek wrote: > On Sun, Jan 27, 2008 at 02:47:02PM +0100, Henri Hennebert wrote: >> Hello, >> >> I encounter a deadlock while >> >> 1) cpio -p from a ZFS filesystem to a UFS filesystem >> >> 2) rsync from ZFS to ZFS >> >> I was running with this patch: >> http://people.freebsd.org/~pjd/patches/zgd_done.patch > > This patch is wrong, why do you use it in the first place? > You advise it to me ... I will remove it. Henri