Re: proc stalls

From: Tommy Reynolds
Date: Wed Sep 08 2004 - 11:02:47 EST


Uttered Yaroslav Halchenko <yoh@xxxxxxxxxxxxxxxxxxxxxx>, spake thus:

> that problem was linked to the fact that nfs-mounted directory became
> unavailable...
> Any ideas on how to further debug this situation to avoid future
> problems?

This is the required behavior for "hard" NFS mounts. NFS doesn't
deal with servers that drop off-line very well.

Perhaps you should use the "soft" and/or the "timeo=N" value. A
"soft" mount will not cause your client to hang if the server goes
away. Unfortunately, this also has implications for application
program's ideas about file integrity, but there you go.

HTH.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/