Serviceguard NFS Toolkit for Linux Version A.02.00 Release Notes, July 2007

Serviceguard NFS for Linux Version A.02.00 Release Notes
Known Problems and Workarounds
Chapter 114
What is the workaround?
There are two ways to address this issue:
Create the logical volumes with persistent minor numbers.
Export the filesystem with an assigned filesystem identification.
NOTE Refer to the README File for more detailed information.
JAGag06739: Serviceguard/LX NFS server returns
ESTALE when package is brought down
What is the problem? When the NFS package is brought down, the
client process gets ESTALE from the server while it should not. There is
a delay when the interface is brought down and that package could still
reach the NFS server layer.
This is due to exportfs -u, and the ESTALE is returned. When an
interface is brought down, the routes do not get flushed immediately.
Therefore, the server keeps temporarily responding after shutting down
the interface.
What is the workaround?
Do the following steps on all the nodes, that are configured for running
NFS package to set min_delay to zero, while the system is running:
1. Run the command
# echo 0 > /proc/sys/net/ipv4/route/min_delay
2. Add the following line in /etc/sysctl.conf (in order to have
persistent min_delay value across server boots)
net.ipv4.route.min_delay = 0.
NOTE Instructions in steps 1 and 2 needs to be done all nodes.
Instruction in step 2 ensures that min_delay is set to zero after system
reboot. This ensures that persistent min_delay value is set across server
reboots and hence after reboot, step 1 need not be followed.