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
The current implementationdoes not support fuseblk;
Implement the main file system functions (some file system functions are not implemented, such as symlink);
At the same time, the current implementation of the crash recovery function does not support multi-thread mode with the --clonefd option enabled, that is, crash recovery under IOCTL (FUSE_DEV_IOC_CLONE) ;
If you want your custom file system to support crash recovery, you should implement the interface provided in fuse_crash_recovery_handlers struct to save the memory data structures that need to be saved after the worker process crash.
Currently fuse-crash-recovery depends on libfuse, but in fact it has no necessary dependency on libfuse.
The text was updated successfully, but these errors were encountered: