]> andersk Git - moira.git/commitdiff
Send out the zgrams without pings, and suppress the return information.
authorprobe <probe>
Thu, 27 Oct 1994 17:20:47 +0000 (17:20 +0000)
committerprobe <probe>
Thu, 27 Oct 1994 17:20:47 +0000 (17:20 +0000)
incremental/afs_quota.pl

index 860f083516aab4d0ec135ba9265724eb3844737d..444a932f473984d79a89c387425cc3084f292221 100644 (file)
@@ -55,19 +55,19 @@ die "Unable to change quota on $path\n" if ($?);
 &afs_quota_adj($cell,$asrv,$apart,$newq-$oldq);
 
 if ($dusage > (0.9 * $dtotal)) {
-    system("$zwrite","-c","afsadm","-m",
+    system("$zwrite","-q","-n","-c","afsadm","-m",
           "WARNING: Disk usage on $asrv:$apart is greater than 90%
 Used $dusage K out of $dtotal K");
 }
 elsif (($dusage + ($newq-$vusage)) > (0.9 * $dtotal)) {
-    system("$zwrite","-c","afsadm","-m",
+    system("$zwrite","-q","-n","-c","afsadm","-m",
           "Quota change on volume $vname, if used completely will cause
 $asrv:$apart to be over 90% used.
 
 Current volume usage: $vusage, old quota $oldq, new quota $newq");
 }
 elsif ($newq-$oldq > 39999) {
-    system("$zwrite","-c","afsadm","-m",
+    system("$zwrite","-q","-n","-c","afsadm","-m",
           "Increased quota on volume $vname ($asrv:$apart) from $oldq to $newq");
 }
 
This page took 0.050518 seconds and 5 git commands to generate.