]> andersk Git - moira.git/commitdiff
Quota increase made partitions more overallocated, so we need to
authorzacheiss <zacheiss>
Mon, 21 Jul 2003 02:23:03 +0000 (02:23 +0000)
committerzacheiss <zacheiss>
Mon, 21 Jul 2003 02:23:03 +0000 (02:23 +0000)
increase this number again.

incremental/afs/afs_utils.pl

index 40e478b0bc1242d96678da79da28506fcfa3cf0b..043574c9b030e0d66006b6116eddb457bd8ef1d8 100644 (file)
@@ -82,7 +82,7 @@ sub afs_find
 {
     local($cell,$type,$quota,@except) = @_;
     local($j,$k);
-    local(@max) = ("", "", -100000000);
+    local(@max) = ("", "", -1000000000);
 
     &afs_lock;
     chop(@afs_data);
This page took 0.049217 seconds and 5 git commands to generate.