Hi, On Wed, Jun 09, 2010 at 05:08:31PM -0600, [email protected] wrote: > [...] > > Ok finally figured this out after a bunch of debug code ... > > On startup nfsserver monitor is invoked on BOTH nodes when all > resources are STOPPED. If this just invoked a "/etc/init.d/nfs status" > (rc=3) then all would be okay however the nfsserver resource has the > following code : > > nfsserver_validate () > { > check_binary ${OCF_RESKEY_nfs_init_script} > check_binary ${OCF_RESKEY_nfs_notify_cmd} > > if [ -z ${OCF_RESKEY_nfs_ip} ]; then > exit $OCF_ERR_ARGS > fi > > if [ -d $OCF_RESKEY_nfs_shared_infodir ]; then
This has been fixed last year. Please upgrade to a later release. > [...] > Still have a question of which services should be turned off(RHEL5.4) > before nfsserver > is invoked. I presume nfs and nfslock, what about rpcgssd, rpcidmapd ? That depends on what you need. For instance, rpcidmapd can map user ids. Best to ask in some NFS forum. > [...] > > > > > My packages are : > > > > > drbd-pacemaker-8.3.7-1 > > > > > heartbeat-3.0.2-2.el5 > > > > > pacemaker-1.0.8-2.el5 > > > > > pacemaker-libs-1.0.8-2.el5 > > > > > cluster-glue-1.0.3-1.el5 > > > > > cluster-glue-libs-1.0.3-1.el5 > > > > > corosynclib-1.2.0-1.el5 > > > > > corosync-1.2.0-1.el5 nfsserver belongs to resource-agents, but best to upgrade all packages. Thanks, Dejan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
