elmerfs
elmerfs copied to clipboard
Without resorting to locks, although the kernel prevents a local rename to create a cycle, there is no check mechanism in case of concurrency. With the current state of ElmerFS,...
It seems that antidote is returning an unexpected error while we are trying to init. ``` thread 'main' panicked at 'driver init: Antidote(AntidoteErrResp(Unknown, "exit: {{noproc,\n {gen_server,call,\n [{global,\n \'[email protected]\'},\n {update_meta_data,[{{env,sync_log},false}],true}]}},\n {gen_statem,call,\n...
ElmerFS correctly generate trace but doesn't really integrate with tools to visualize them. Outputting to a standard like OpenTelemetry could allow us to leverage the existing developed UI.
ElmerFS is lacking test in a real distributed scenario. We should integrate with [cloudal](https://github.com/ntlinh16/cloudal) and have some test cases to test performances, stability and availability.
As of now, it is not possible for the user to temporarily enable locking for specific operation or/and on specific inodes. Sometimes, it is wanted to have the guaranty that...
Sparse file are represented by an infinite stream of pages which are stored as LWW register. This leads to strange behavior when having concurrent update against the same file as...