However we are reading a few bits off of zwinger's NFS (some block lists etc, some lock files) and sometimes writing (logs). Insofar as those are currently used they should be either migrated to a more survivable situation or should be able to fail gracefully. NFS should be set up if it's not in a way that will fail cleanly after a short timeout.
Linux mount option "soft" will cause an I/O error to be returned after a "major timeout," the definition of which varies. "intr" in combination with "hard" will allow the program to respond to signals, which is in most cases preferable to having an uninterruptable process sitting there until reboot.
If you want anything better than that, use iSCSI.
-- Austin