This commit is contained in:
parent
8e2a0d0c88
commit
d97875ed38
1 changed files with 8 additions and 8 deletions
|
|
@ -46,14 +46,6 @@ quota_storage_grace = 50M
|
|||
|
||||
# Define two warnings at 80% and 95% of quota usage.
|
||||
quota "User quota" {
|
||||
# Set another warning level to 80% for early warnings
|
||||
warning warn-80 {
|
||||
quota_storage_percentage = 80
|
||||
execute quota-warning {
|
||||
args = 80 %{user}
|
||||
}
|
||||
}
|
||||
|
||||
# Set one warning level to 100%
|
||||
warning warn-100 {
|
||||
quota_storage_percentage = 100
|
||||
|
|
@ -62,6 +54,14 @@ quota "User quota" {
|
|||
}
|
||||
}
|
||||
|
||||
# Set another warning level to 80% for early warnings
|
||||
warning warn-80 {
|
||||
quota_storage_percentage = 80
|
||||
execute quota-warning {
|
||||
args = 80 %{user}
|
||||
}
|
||||
}
|
||||
|
||||
# User is no longer over quota
|
||||
warning warn-under {
|
||||
quota_storage_percentage = 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue