[OpenAFS] about failover - 2 servers (one "master" one replicas) - a bit long
Dirk Heinrichs
dirk.heinrichs@online.de
Mon, 22 Mar 2010 11:18:50 +0100
Am Montag 22 M=E4rz 2010 10:43:51 schrieb Vladimir Konrad:
> Would you please give me few pointers on what to try to have AFS clients
> work even if the B goes down?
Create r/o replicas on A (and on the same vice partition), too.
The problem with your setup is that OpenAFS clients use the r/o path to acc=
ess=20
data in replicated volumes, but you have put all your r/o replicas on one=20
single machine, so you have created a single point of failure.
You should also balance your r/w volumes between both servers.
> Ideally, it should work even if A goes down
> and the read-only volumes are converted to read/write.
OpenAFS is not designed for automatic failover.
HTH...
Dirk