]> andersk Git - moira.git/blobdiff - incremental/afs_quota.pl
rais threshold for zephyring quota increases from +40M to +150M
[moira.git] / incremental / afs_quota.pl
index 3a25816d811fd18e3498b562f03185d816e8cd56..18a69a36b070e39542232dd550fcd28446eab9f0 100644 (file)
@@ -65,7 +65,7 @@ $asrv:$apart to be over 90% used.
 
 Current volume usage: $vusage, old quota $oldq, new quota $newq");
 }
-elsif ($newq-$oldq > 39999) {
+elsif ($newq-$oldq > 149999) {
     system("$zwrite","-q","-n","-c","afsadm","-i","moira","-m",
           "Increased quota on volume $vname ($asrv:$apart) from $oldq to $newq");
 }
This page took 0.032541 seconds and 4 git commands to generate.