mirror of
https://github.com/webmin/webmin.git
synced 2026-08-24 15:50:32 +01:00
Add Btrfs subvolume quota support to the Disk Quotas module, including full and simple accounting modes, quota lifecycle actions, and qgroup usage and limit management. Includes ACL enforcement, compatibility with older btrfs-progs versions, destructive-action confirmation, top-level qgroup protection, help, and tests.
27 lines
854 B
Plaintext
27 lines
854 B
Plaintext
display_max=100
|
|
user_grace_command=edquota -u -t
|
|
group_grace_command=edquota -g -t
|
|
group_quotaon_command=quotaon -g
|
|
user_quotaoff_command=quotaoff -u
|
|
user_quotaon_command=quotaon -u
|
|
group_quota_command=quota -v -g
|
|
group_copy_command=edquota -g -p
|
|
quotacheck_command=quotacheck -u -g
|
|
user_quota_command=quota -v -u
|
|
user_copy_command=edquota -u -p
|
|
group_repquota_command=repquota -g -v
|
|
user_repquota_command=repquota -u -v
|
|
group_edquota_command=edquota -g
|
|
user_edquota_command=edquota -u
|
|
group_quotaoff_command=quotaoff -g
|
|
user_setquota_command=setquota -u
|
|
group_setquota_command=setquota -g
|
|
sort_mode=0
|
|
block_mode=1
|
|
block_size=1024
|
|
show_grace=1
|
|
email_msg=Disk usage for user ${USER} on filesystem ${FS} has reached ${PERCENT}% of the allowed quota. ${USED} of disk space is being used, out of a maximum of ${QUOTA}.
|
|
pc_show=1
|
|
hide_uids=0
|
|
btrfs_mode=full
|