Replies: 1 comment
|
Hi, This is not yet implemented, but will be at some point. What you describe shouldn't be an issue (though you won't get strong consistency on read operations). For now, you can achieve something similar by mounting multiple 9P or NFS clients (and you would get strong consistency that way). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'd like to host sqlite files using zerofs.
Can I spawn two zerofs instances on different servers and read the same bucket but only write from one instance ?
If not, is this something that will be possible with a future snapshot implementation ?
Thanks
All reactions