]> andersk Git - moira.git/commitdiff
Don't complain for quota deltas < 400MB.
authorzacheiss <zacheiss>
Thu, 8 Aug 2002 16:31:39 +0000 (16:31 +0000)
committerzacheiss <zacheiss>
Thu, 8 Aug 2002 16:31:39 +0000 (16:31 +0000)
incremental/afs/afs_quota.pl

index 18a69a36b070e39542232dd550fcd28446eab9f0..80a268090dafd4b9ee920b2f643a32696d812a7b 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 > 149999) {
+elsif ($newq-$oldq > 399999) {
     system("$zwrite","-q","-n","-c","afsadm","-i","moira","-m",
           "Increased quota on volume $vname ($asrv:$apart) from $oldq to $newq");
 }
This page took 0.048427 seconds and 5 git commands to generate.