]> andersk Git - moira.git/commitdiff
Don't bother us for quota changes less than 4gb.
authorzacheiss <zacheiss>
Fri, 30 Jul 2004 19:01:07 +0000 (19:01 +0000)
committerzacheiss <zacheiss>
Fri, 30 Jul 2004 19:01:07 +0000 (19:01 +0000)
incremental/afs/afs_quota.pl

index 03c430036c4661f427afeb7ec4fa96d694d2b7c6..f9f727184fb929587cd42b5f531549c51189d062 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 > 999999) {
+elsif ($newq-$oldq > 3999999) {
     system("$zwrite","-q","-n","-c","afsadm","-i","moira","-m",
           "Increased quota on volume $vname ($asrv:$apart) from $oldq to $newq");
 }
This page took 0.041719 seconds and 5 git commands to generate.