From owner-freebsd-fs@freebsd.org Wed Sep 7 09:39:08 2016 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 ECAA5B96A79 for ; Wed, 7 Sep 2016 09:39:08 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 AE406251 for ; Wed, 7 Sep 2016 09:39:08 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B34E3284F6; Wed, 7 Sep 2016 11:38:58 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 0990C284CE; Wed, 7 Sep 2016 11:38:58 +0200 (CEST) Message-ID: <57CFE031.90308@quip.cz> Date: Wed, 07 Sep 2016 11:38:57 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Ben RUBSON , FreeBSD FS Subject: Re: [ZFS] refquota is very slow ! References: <1472914773423.63807@kuleuven.be> <0E828163-AEAB-4C8C-BFCF-93D42B3DB3B6@gmail.com> <1524067530.1937.a66cb17f-9141-4bef-b758-5bb129d16681.open-xchange@ox.internetx.com> <67B3E11E-22B7-4719-A7AF-B8479D35A6D2@gmail.com> <7df8b5ce-d9ae-5b05-0aa5-1de6b06fd29e@internetx.com> <5E3B106D-99CB-4F25-A363-6419C32FBF57@gmail.com> In-Reply-To: <5E3B106D-99CB-4F25-A363-6419C32FBF57@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Sep 2016 09:39:09 -0000 Ben RUBSON wrote on 09/07/2016 10:44: > > OK ! > Well, Juergen you put me on the right way. > I investigated further and further and found that refquota slowness is not due to the number of files but to the remaining free space. > Let me explain this. I don't have a bookmark so I can't send you a direct link but it was mentioned before. refquota is similar to full pool in this case, so if you are close to or over 80% full, you will notice this slowdown. You can try to search the web for details. Miroslav Lachman