Changes between Initial Version and Version 1 of Ticket #9682


Ignore:
Timestamp:
Mar 22, 2011, 5:12:52 PM (13 years ago)
Author:
beirdo
Comment:

First thing to do... if you are worried about NFS mounts disappearing, mount them with options "soft,intr,retrans=6". The default is "hard,nointr,retrans=3". There is some risk of lost data due to doing this, but the NFS connection will no longer indefinitely hang.

Additional to that, the aio_write() may be a good plan (is this portable, and will it have the desired affect on non NFS writes?)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9682

    • Property Summary changed from Myth Backend handles loss of disk poorly to Myth Backend handles loss of NFS mount poorly
  • Ticket #9682 – Description

    initial v1  
    1 
    21When an NFS server goes down in the middle of a recording any of the backend's ThreadedFileWriters writing to that disk become permanently wedged and CPU usage shoots up to near 100%.
    32