|
Re: Problem with nfsclient.sh status checking: msg#00109linux.redhat.cluster
birger wrote: I have now looked into the error messages I get in /var/log/messages saying things likeA little more info... Whenever the status check failed the client got stale NFS handle for a little while. I guess the entry got unexported and reexported. Stale NFS handles are a bad thing. Hanging NFS service is better from a data integrity point of view. The very quick and dirty fix follows. Edit status check in /usr/share/cluster/nfsclient.sh to look like this exportfs -v | tr -d "\n" | sed -e 's/([^)]*)/\n/g'| grep -q "^${OCF_RESKEY_path}[\t ]*.*${OCF_RESKEY_target}" the -v option to exportfs is used to give an easy way to put line breaks in just where they are supposed to be. -- birger |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Problem with nfsclient.sh status checking: 00109, birger |
|---|---|
| Next by Date: | GFS poor performance: 00109, Patricio Bruna V. |
| Previous by Thread: | Problem with nfsclient.sh status checkingi: 00109, birger |
| Next by Thread: | Re: Problem with nfsclient.sh status checking: 00109, Lon Hohberger |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |