]> andersk Git - moira.git/commitdiff
rais threshold for zephyring quota increases from +40M to +150M
authorjweiss <jweiss>
Wed, 23 Feb 2000 15:23:15 +0000 (15:23 +0000)
committerjweiss <jweiss>
Wed, 23 Feb 2000 15:23:15 +0000 (15:23 +0000)
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.038941 seconds and 5 git commands to generate.