]> andersk Git - moira.git/blobdiff - incremental/afs_quota.pl
Added user status information as argument #10 to the incremental program
[moira.git] / incremental / afs_quota.pl
index ef57e528e00957070cf882605cbea0aac14e1746..487f9283c5da77b4cca5a778d809434f2dc23516 100644 (file)
@@ -39,5 +39,9 @@ shift(@tmp), $_ = shift(@tmp);
 
 system("$fs","sq",$path,$newq);
 die "Unable to change quota on $path\n" if ($?);
-
 &afs_quota_adj($cell,$asrv,$apart,$newq-$oldq);
+
+#$stat_fs = $?;
+#$stat_qa = &afs_quota_adj($cell,$asrv,$apart,($stat_fs ? 0 : $newq-$oldq));
+#die "Unable to change quota on $path\n" if ($stat_fs && $stat_qa);
+#warn "Unable to change quota on $path\n" if ($stat_fs);
This page took 0.029947 seconds and 4 git commands to generate.