From: jweiss Date: Wed, 23 Feb 2000 15:23:15 +0000 (+0000) Subject: rais threshold for zephyring quota increases from +40M to +150M X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/50a8df6f2bb912fd45c00b99f866c8c14a35c372 rais threshold for zephyring quota increases from +40M to +150M --- diff --git a/incremental/afs_quota.pl b/incremental/afs_quota.pl index 3a25816d..18a69a36 100644 --- a/incremental/afs_quota.pl +++ b/incremental/afs_quota.pl @@ -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"); }