[9068] in Athena Bugs
AFS file size
daemon@ATHENA.MIT.EDU (John Carr)
Mon Mar 9 21:29:21 1992
To: bugs@Athena.MIT.EDU, bug-afs@Athena.MIT.EDU
Date: Mon, 09 Mar 92 21:29:06 EST
From: John Carr <jfc@Athena.MIT.EDU>
By creating a file in AFS with size 2^31 - 1 (which I thought was
impossible) I broke the volume and partition size computation:
% vos examine user.jfc.build.nb
user.jfc.build.nb 536871380 RW -37725176 K On-line
% fs lq
user.jfc.build.nb 30000-37725176 -125751% -4076%
% ls -s testfile0
2097152 -rw-rw-r-- 1 jfc 2147483647 Mar 9 21:21 testfile0
The disk partition use info was also broken for a few minutes, but
recovered.
Now I know what to do if I need a temporary quota increase.