Hi,
i want setup lvs to use NFS
when i connect on my real server all work fine
but when i connect on VIP is not OK
mount.nfs: mount to NFS server '172.30.210.16' failed: RPC Error: 
Program not registered

on my conf file have add this entry

virtual=172.30.210.16:2049
        real=172.30.210.220:2049 gate
        real=172.30.210.221:2049 gate
        scheduler=wlc
        protocol=tcp
        checktype=connect



when one one is down i can check on ipvsadm

TCP  172.30.210.16:nfs wlc
  -> 172.30.210.220:nfs           Route   1      0          0
  -> 172.30.210.221:nfs           Route   0      0          0

i have try with UDP it the same resultat

i prefer tcp because with tcp i can check if nfs server is up instead UDP

Thanks for your reply

Sébastien.



_______________________________________________
Please read the documentation before posting - it's available at:
http://www.linuxvirtualserver.org/

LinuxVirtualServer.org mailing list - [email protected]
Send requests to [email protected]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to