From owner-freebsd-geom@FreeBSD.ORG Sat Nov 10 15:45:31 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A792716A421; Sat, 10 Nov 2007 15:45:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 349DC13C4A5; Sat, 10 Nov 2007 15:45:30 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 5A257744003; Sat, 10 Nov 2007 17:45:08 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TEccqOnm+EU5; Sat, 10 Nov 2007 17:45:08 +0200 (EET) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [88.81.251.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id D9000744002; Sat, 10 Nov 2007 17:45:07 +0200 (EET) Message-ID: <4735D203.8010109@icyb.net.ua> Date: Sat, 10 Nov 2007 17:45:07 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: Eric Anderson References: <4732E3C6.5060205@icyb.net.ua> <47343AC5.8090103@icyb.net.ua> <6EBC07A8-054F-476A-8DF5-B54124CEB339@freebsd.org> In-Reply-To: <6EBC07A8-054F-476A-8DF5-B54124CEB339@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Pawel Jakub Dawidek , freebsd-geom@freebsd.org Subject: Re: gjournal on 6.2: Cannot delete /var/.deleted/#613759 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 15:45:31 -0000 on 09/11/2007 14:38 Eric Anderson said the following: > When inodes are reused, their gen count should go up (or NFS handles > would get broken quickly). The file is probably being removed in- > between the readdir and the remove. > Eric, thank you for the reply and the hint. I will try to add i_gen to a name that gets assigned to gjournal-managed files under .deleted and see how that works. -- Andriy Gapon