in reply to Re: Delaying NFS writes
in thread Delaying NFS writes
Also check the NFS mount options: The NFS client code should be able to block your write attempt until the NFS server goes online again. This will make your programm stall for that time, but should do no other harm.
I'll have to check what options I have, but i'd expected default mount options to behave like that, ie stall but not lose data :/
|
---|