From owner-freebsd-questions@freebsd.org Tue Dec 18 17:09:45 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E81A01337A08 for ; Tue, 18 Dec 2018 17:09:44 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from dd14614.kasserver.com (dd14614.kasserver.com [85.13.136.14]) (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 5ADB276289 for ; Tue, 18 Dec 2018 17:09:44 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from [10.74.121.45] (x590fed2d.dyn.telefonica.de [89.15.237.45]) by dd14614.kasserver.com (Postfix) with ESMTPSA id 1A6EC43C7B2A for ; Tue, 18 Dec 2018 18:09:35 +0100 (CET) From: Philipp Vlassakakis Mime-Version: 1.0 (1.0) Date: Tue, 18 Dec 2018 18:09:33 +0100 Subject: Re: ZFS and group quotas Message-Id: References: In-Reply-To: To: FreeBSD X-Mailer: iPhone Mail (16B92) X-Rspamd-Queue-Id: 5ADB276289 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.39 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[vlassakakis.de]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.98)[0.978,0]; IP_SCORE(0.23)[ip: (0.62), ipnet: 85.13.136.0/24(0.31), asn: 34788(0.23), country: DE(-0.01)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: lists.vlassakakis.de]; NEURAL_SPAM_LONG(0.98)[0.980,0]; RCVD_IN_DNSWL_NONE(0.00)[14.136.13.85.list.dnswl.org : 127.0.5.0]; NEURAL_SPAM_SHORT(0.82)[0.818,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:34788, ipnet:85.13.136.0/24, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2018 17:09:45 -0000 Hi, It should be: zfs set groupquota@1001=3Dnone Instead of =E2=80=9Eset=E2=80=9C you can also use =E2=80=9Eget=E2=80=9C to r= eceive the current value (none or 100G for example) zfs get groupquota@1001 Yes, this change js permanent and will =E2=80=9Esurvive=E2=80=9C a reboot. Regards Philipp > On 18. Dec 2018, at 17:33, Carmel NY wrote: >=20 > I want to eliminate a quota limit for a group. I found this documentation.= > groupquota@group=3Dsize | none >=20 > So, if I were to enter: > zfs groupquota@1001=3Dnone >=20 > I assume that would remove any restrictions. Is this a permanent setting o= r > do I have to reenter it on every bootup? >=20 > Thanks! >=20 > --=20 > Carmel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g"