From owner-freebsd-questions@freebsd.org Tue Dec 18 17:51:47 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 B45EF13390B7 for ; Tue, 18 Dec 2018 17:51:47 +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 150CA77F69 for ; Tue, 18 Dec 2018 17:51:47 +0000 (UTC) (envelope-from freebsd-en@lists.vlassakakis.de) Received: from [192.168.178.28] (p5496E146.dip0.t-ipconnect.de [84.150.225.70]) by dd14614.kasserver.com (Postfix) with ESMTPSA id DE2BB43CA239 for ; Tue, 18 Dec 2018 18:51:45 +0100 (CET) From: Philipp Vlassakakis Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Date: Tue, 18 Dec 2018 18:51:43 +0100 Subject: Re: ZFS and group quotas Message-Id: References: In-Reply-To: To: FreeBSD X-Mailer: iPhone Mail (16B92) X-Rspamd-Queue-Id: 150CA77F69 X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.35 / 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)[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.97)[0.972,0]; IP_SCORE(0.21)[ip: (0.57), ipnet: 85.13.136.0/24(0.28), asn: 34788(0.21), country: DE(-0.01)]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: lists.vlassakakis.de]; NEURAL_SPAM_LONG(0.98)[0.975,0]; RCVD_IN_DNSWL_NONE(0.00)[14.136.13.85.list.dnswl.org : 127.0.5.0]; NEURAL_SPAM_SHORT(0.80)[0.805,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; 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] 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:51:48 -0000 Hi, Use a VDEV instead of a Directory Path? :) Regards Philipp > On 18. Dec 2018, at 18:43, Carmel NY wrote: >=20 > On Tue, 18 Dec 2018 18:09:33 +0100, Philipp Vlassakakis stated: >=20 >=20 >>=20 >>> On 18. Dec 2018, at 17:33, Carmel NY wrote: >>>=20 >>> I want to eliminate a quota limit for a group. I found this documentatio= n. >>> 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= or >>> do I have to reenter it on every bootup? >=20 >> Hi, >>=20 >> It should be: >> zfs set groupquota@1001=3Dnone >>=20 >> Instead of =E2=80=9Eset=E2=80=9C you can also use =E2=80=9Eget=E2=80=9C t= o receive the current value (none >> or 100G for example) >>=20 >> zfs get groupquota@1001 >>=20 >> Yes, this change js permanent and will =E2=80=9Esurvive=E2=80=9C a reboot= . >>=20 >> Regards >> Philipp >=20 > Okay, here is the problem. I have a Windows 10 machine that is doing regul= ar > backups and placing them on my FreeBSD machine running samba version 48. T= his > backup creates numerous directories under the designated directory in my h= ome > directory. >=20 > Error message, omiting the date and time stuff: >=20 > [smbd[some number]" failed to get quota for group ID 1001 on {{at this poi= nt > any of several paths are listed}} >=20 > Is there some way to use a wild card entry to include them all, like this:= >=20 > zfs set groupquota@1001=3Dnone ~/backup* >=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"