Date: Tue, 18 Dec 2018 18:51:43 +0100 From: Philipp Vlassakakis <freebsd-en@lists.vlassakakis.de> To: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: ZFS and group quotas Message-ID: <F33C6F75-0C37-44B6-B422-F12CABE43C28@lists.vlassakakis.de> In-Reply-To: <SN1PR20MB210975D657A5F8FB5BAA19B680BD0@SN1PR20MB2109.namprd20.prod.outlook.com> References: <SN1PR20MB21090AF6A9DA663C80B7360F80BD0@SN1PR20MB2109.namprd20.prod.outlook.com> <B871A606-81A0-44CC-8D5D-D2198BF218B6@lists.vlassakakis.de> <SN1PR20MB210975D657A5F8FB5BAA19B680BD0@SN1PR20MB2109.namprd20.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
Use a VDEV instead of a Directory Path? :)
Regards
Philipp
> On 18. Dec 2018, at 18:43, Carmel NY <carmel_ny@outlook.com> 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 <carmel_ny@outlook.com> 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 <device>
>>=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 <device>
>>=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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F33C6F75-0C37-44B6-B422-F12CABE43C28>
