From owner-freebsd-stable@freebsd.org Thu Oct 20 15:38:18 2016 Return-Path: Delivered-To: freebsd-stable@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 8F33AC1ADD3 for ; Thu, 20 Oct 2016 15:38:18 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (mail.norma.perm.ru [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BD8E666 for ; Thu, 20 Oct 2016 15:38:17 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from [IPv6:2a02:2698:27:b4d9:28e5:c182:e05b:6a1e] ([IPv6:2a02:2698:27:b4d9:28e5:c182:e05b:6a1e]) (authenticated bits=0) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPSA id u9KFcEfl025153 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 20 Oct 2016 20:38:15 +0500 (YEKT) (envelope-from emz@norma.perm.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=norma.perm.ru; s=key; t=1476977895; bh=bxCKtDevfR0O4vfH1pkMrlsghchJoFS2pBLi32Mt97I=; h=Subject:To:References:From:Date:In-Reply-To; b=a3uZJ10h6skHWIrqL4xYC1W3czylz24erJ9GT7+K5BFuLGR0wXYuwu5O2wrA6H+Pd 40/HCaluKxYsEQ94cWQcwAegCSGKwl8F8zR4nHNeCeMPkRWvoUabcojYedVnupZ5wm mYyFJnSnhx31GUYs7Lin1LYfDs/XjyUW2ZeiL+7I= Subject: Re: zfs, a directory that used to hold lot of files and listing pause To: freebsd-stable@freebsd.org References: From: "Eugene M. Zheganin" Message-ID: <2125e741-efef-776e-806d-466372fc29e0@norma.perm.ru> Date: Thu, 20 Oct 2016 20:38:20 +0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 15:38:18 -0000 Hi, On 20.10.2016 19:12, Pete French wrote: > Have ignored this thread untiul now, but I observed the same behaviour > on mysystems over the last week or so. In my case its an exim spool > directory, which was hugely full as some point (thousands of > files) and now takes an awfully long time to open and list. I delet > and remake them and the problem goes away, but I belive it is the same thing. > > I am running 10.3-STABLE, r303832 > Yup, saw this once on a sendmail spool directory. Thanks. Eugene.