[OpenAFS] Question regarding vos release and volume

Harald Barth haba@kth.se
Mon, 12 Aug 2019 06:58:07 +0200 (CEST)


> root.afs
>     RWrite: 536870915     ROnly: 536870916
>     number of sites -> 2
>        server server1.mydomain.dmz partition /vicepa RW Site
>        server server2.mydomain.dmz partition /vicepa RO Site

If you want added redundancy and not all accesses to the RO only on server2,
you need to add a RO volume like this:

> root.afs
>     RWrite: 536870915     ROnly: 536870916
>     number of sites -> 2
>        server server1.mydomain.dmz partition /vicepa RW Site
>        server server1.mydomain.dmz partition /vicepa RO Site
>        server server2.mydomain.dmz partition /vicepa RO Site

This will not use much extra space as the RO and RW on server1 will share data
as long as it is not modified.

Then to your problem... 

What does vos listvol say about vicepf on both servers?

Do you have the /vicepf/V0<ID>.vol files? 

Can you vos dump the volumes from the specific server and partition?

Harald.