elmerfs icon indicating copy to clipboard operation
elmerfs copied to clipboard

Results 6 elmerfs issues
Sort by recently updated
recently updated
newest added

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,...

bug
modeling

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.

enhancement

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.

enhancement

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...

enhancement

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...

enhancement