From d81642132cdf3a2b0e88a0e2ff7c4e52def88879 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Mon, 21 Jul 2003 02:23:03 +0000 Subject: [PATCH] Quota increase made partitions more overallocated, so we need to increase this number again. --- incremental/afs/afs_utils.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incremental/afs/afs_utils.pl b/incremental/afs/afs_utils.pl index 40e478b0..043574c9 100644 --- a/incremental/afs/afs_utils.pl +++ b/incremental/afs/afs_utils.pl @@ -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); -- 2.45.2