zfsprops.7 manpage changes for default quotas
Add defaultuserquota and defaultgroupquota dataset properties to the zfsprops.7 manpage. Signed-off-by: Todd Seidelmann <seidelma@wharton.upenn.edu>
This commit is contained in:
parent
f728f2eb51
commit
813784cb83
|
@ -1392,6 +1392,9 @@ but it limits the number of objects a user can create.
|
|||
Please refer to
|
||||
.Sy userobjused
|
||||
for more information about how objects are counted.
|
||||
.It Sy defaultuserquota Ns = Ns Ar size Ns | Ns Sy none
|
||||
Sets a default quota to be applied to each user for whom no user-specific
|
||||
quota is set.
|
||||
.It Sy groupquota@ Ns Ar group Ns = Ns Ar size Ns | Ns Sy none
|
||||
Limits the amount of space consumed by the specified group.
|
||||
Group space consumption is identified by the
|
||||
|
@ -1413,6 +1416,9 @@ but it limits number of objects a group can consume.
|
|||
Please refer to
|
||||
.Sy userobjused
|
||||
for more information about how objects are counted.
|
||||
.It Sy defaultgroupquota Ns = Ns Ar size Ns | Ns Sy none
|
||||
Sets a default quota to be applied to each group for whom no group-specific
|
||||
quota is set.
|
||||
.It Sy projectquota@ Ns Ar project Ns = Ns Ar size Ns | Ns Sy none
|
||||
Limits the amount of space consumed by the specified project.
|
||||
Project space consumption is identified by the
|
||||
|
|
Loading…
Reference in New Issue