From 7a4e84fa61a5509b7b603db013798f0d56dc52b0 Mon Sep 17 00:00:00 2001 From: probe Date: Tue, 8 Nov 1994 22:33:32 +0000 Subject: [PATCH] zwrite to instance "moira" [dkk] --- incremental/afs_quota.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/incremental/afs_quota.pl b/incremental/afs_quota.pl index 2f09801c..893343e6 100644 --- a/incremental/afs_quota.pl +++ b/incremental/afs_quota.pl @@ -55,18 +55,18 @@ die "Unable to change quota on $path\n" if ($?); &afs_quota_adj($cell,$asrv,$apart,$newq-$oldq,$dusage); if ($dusage > (0.9 * $dtotal)) { - system("$zwrite","-q","-n","-c","afsadm","-m", + system("$zwrite","-q","-n","-c","afsadm","-i","moira","-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","-q","-n","-c","afsadm","-m", + system("$zwrite","-q","-n","-c","afsadm","-i","moira","-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","-q","-n","-c","afsadm","-m", + system("$zwrite","-q","-n","-c","afsadm","-i","moira","-m", "Increased quota on volume $vname ($asrv:$apart) from $oldq to $newq"); } -- 2.45.2