mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Add a BUGS section that shows that ids that appear to be
negative are now ignored by the quota system and that extremely large ids may make quotacheck run for a very long time. Also mention that "options QUOTA" is required for the kernel to provide quota support.
This commit is contained in:
parent
eeefa1fa7e
commit
4ae90ca534
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166217
@ -137,6 +137,8 @@ with the variable
|
||||
.Ar enable_quotas
|
||||
in
|
||||
.Pa /etc/rc.conf .
|
||||
The kernel must also be built with
|
||||
.Cd "options QUOTA" .
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
@ -159,6 +161,7 @@ default file systems
|
||||
.Xr quota 1 ,
|
||||
.Xr quotactl 2 ,
|
||||
.Xr fstab 5 ,
|
||||
.Xr rc.conf 5 ,
|
||||
.Xr edquota 8 ,
|
||||
.Xr fsck 8 ,
|
||||
.Xr quotaon 8 ,
|
||||
@ -168,3 +171,12 @@ The
|
||||
.Nm
|
||||
utility appeared in
|
||||
.Bx 4.2 .
|
||||
.Sh BUGS
|
||||
The quota system will ignore UIDs or GIDs that would be negative
|
||||
when evaluated as a signed value.
|
||||
Typically those types of ids can appear in the file system from NFS
|
||||
mounts or archive files from other operating systems.
|
||||
Extremely large UIDs or GIDs will cause
|
||||
.Nm
|
||||
to run for an unreasonable amount of time and also produce extremely
|
||||
large quota data files.
|
||||
|
Loading…
Reference in New Issue
Block a user