[OpenAFS] max size of /vicepa?

Love lha@stacken.kth.se
Tue, 28 Jan 2003 22:36:14 +0100


Klaas Hagemann <kerberos@northsailor.de> writes:

> Hi,
>
> is there a maximum size of a /vicepa partition.

Some strutures (diskPartition) contains signed 32 integers returning
disk-sizes use/total in 1K block.

So, vos partinfo surely will stop working if you have disk larger then 2^41
bytes. It should be quite easy to fix the rpc-call/vos to print the right
thing.

Love