Fajar Priyanto wrote:
Hi all,
I'm setting up a 2-node cluster for httpd, pure-ftpd, and nfs failover.
All seems ok. httpd, pure-ftpd, nfs can failover in all tests (unplugged eth0, reboot, shutdown, etc).

The problem is, the nfs is exporting a partition on each server without shared storage, in this case it's exporting /var/ftp/pub softlinked to /home/pub

The problem arises when failover occurs, the client mounting that export, has to remount it, because of this error:
cannot access /mnt: Stale NFS file handle

Is it a read-only access for the clients ? If not, how do you synchronize them ? Did you try to use upd nfs instead of default tcp (proto=udp option on the clients)? But I think you will have to share /var/lib/nfs between the two HA servers...

Patrick
--
===============================================================
|  Equipe M.O.S.T.         | http://most.hmg.inpg.fr          |
|  Patrick BEGOU           |       ------------               |
|  LEGI                    | mailto:[EMAIL PROTECTED] |
|  BP 53 X                 | Tel 04 76 82 51 35               |
|  38041 GRENOBLE CEDEX    | Fax 04 76 82 52 71               |
===============================================================
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to