Block device layer

Hello, I’ve released the first stable version of a block device layer that guarantees data consistency even in the event of concurrent volume mounts.

I started with this project last year, but at that point it didn’t have a safeguard against data corruption so I made the repository private. Now after I implemented a low-latency request fencing mechanism I consider it to be more usable and released it to the public.

4 Likes

Will Give it an try and share the feedback :slight_smile: Looks Interesting