From owner-freebsd-fs@freebsd.org Fri Mar 4 11:51:56 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 621259DA26E for ; Fri, 4 Mar 2016 11:51:56 +0000 (UTC) (envelope-from artem@artem.ru) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C38F778F for ; Fri, 4 Mar 2016 11:51:55 +0000 (UTC) (envelope-from artem@artem.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=uYGcPUGgc+tj19ej4WsOVEx/SZDkjoX+nmhhcYelFCY=; b=Fty19pmr0u9UvQMkLwvQEz//Hl4Z6GBFUBt711crqaEny9t+vG0GvRRRte/pkD25T6f8QyG80t0nB8Cm0u8W9uZNYwO4SQ8nbUCfM5z7RZIGEtdRdtgBRcfmZPSNW+kNC51LwTKEmBudQ+19wbWj08INqWfMi11Nc6PvBa3glvU=; Received: from [109.188.127.16] (port=57774 helo=[192.168.0.12]) by smtp38.i.mail.ru with esmtpa (envelope-from ) id 1aboGn-0000LL-KI for freebsd-fs@freebsd.org; Fri, 04 Mar 2016 14:51:46 +0300 To: freebsd-fs@freebsd.org From: Artem Kuchin Subject: Huge quota.group file Message-ID: <56D976F5.4090605@artem.ru> Date: Fri, 4 Mar 2016 14:52:21 +0300 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Mras: Ok X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2016 11:51:56 -0000 Hello! Today i noticed second time that quotarep run 100% of CPU for crazy amount of time. I killed it. Then checked /quota.group file It is over 40GB in size Tried googling about such problem and found only that quota.group becomes crazy huge when there are files with unknown group and that i should find such file using find / -nogroup >filelist_group.txt fix group on them and rerun checkquota But i cannot do it because i am running several jails and using quota from host but jails have their own group and users. Still, i i don't understand why such crazy behavior. Any comments or suggestions of this? Also, how to reinit quota.group with rebooting? FreeBSD XXX 10.2-STABLE FreeBSD 10.2-STABLE #1 r293034M: Sat Jan 2 14:55:41 MSK 2016 XXX@XXX:/usr/obj/usr/src/sys/OMNI amd64 Artem