From owner-freebsd-stable@freebsd.org Fri Oct 21 03:52:51 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 AFDE0C1A123 for ; Fri, 21 Oct 2016 03:52:51 +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 2C558B8C for ; Fri, 21 Oct 2016 03:52:50 +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 u9L3qkIA066150 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 21 Oct 2016 08:52:47 +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=1477021967; bh=usLO2QxLQ/QWfEq23XAQATp0xNkugQgMcaVxdgwV6aw=; h=Subject:To:References:From:Date:In-Reply-To; b=Mv7+86Qwa54UEhKTUmU0bobLIsx2cOBR08RlQB6Sc2gNFfnFhHXixIhc1nYXoxJdb RMY28Ji61BEYw2ECxGrtRt/SRvgoORSmaVQKEoDfaeuPY7s5NKvHfLrX26UMq7QYXt bs9G9jMwYXwE3hHWAOF1ZzcUd4zmvwH7G3PCTgGE= Subject: Re: zfs, a directory that used to hold lot of files and listing pause To: freebsd-stable@freebsd.org References: <4d9269af-ed64-bb73-eb7f-98a3f5ffd5a2@norma.perm.ru> <40fa9fd6-15aa-d8f7-b958-8783e763e6bc@multiplay.co.uk> From: "Eugene M. Zheganin" Message-ID: <577ab7b2-46c1-5cf0-b6ad-50895978d957@norma.perm.ru> Date: Fri, 21 Oct 2016 08:52:52 +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: <40fa9fd6-15aa-d8f7-b958-8783e763e6bc@multiplay.co.uk> 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: Fri, 21 Oct 2016 03:52:51 -0000 Hi. On 20.10.2016 21:17, Steven Hartland wrote: > Do you have atime enabled for the relevant volume? I do. > > If so disable it and see if that helps: > zfs set atime=off > Nah, it doesn't help at all. Thanks. Eugene.