You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In attached service files, there are no Restart option. Why not enable automatic restart by default? e.g. when fuse client crashes, automatic restart may allow user to retry without manual intervention.
The text was updated successfully, but these errors were encountered:
We consider all unexpected exits to be unintended and require manual intervention to investigate the causes, rather than allowing them to be overlooked due to automatic restarts. If you need automatic restart functionality, you can configure it yourself.
I see, at least for FileHandle it's not safe to enable auto restart - fh is just a pointer to a heap object, and if restart happens kernel may send an obsolete pointer, but fuse daemon has no way to determine whether this pointer is valid for the current process.
In attached service files, there are no
Restart
option. Why not enable automatic restart by default? e.g. when fuse client crashes, automatic restart may allow user to retry without manual intervention.The text was updated successfully, but these errors were encountered: