-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limit a qsfs instance to a single active mount #9
Comments
It's easy in a I can provide a first update with lock in place and a way to force mount even if lock is in place (in case of crash). |
I wonder, can multiple 0-db-fs processes talk to the same local 0-db without inconsistency, or is there then a data race? At any rate, the main issue would be if multiple nodes use the same metadata cluster with a different local 0-db. I was thinking to have a special |
I have implemented a lock in It's not a problem that multiple You are talking about I'm thinking about a solution. |
Because the qsfs keeps a local cache, multiple active write mounts will cause data corruption. We should try to limit the active (write) mounts to only a single instance, or at least clearly warn the user if we detect that he mounts 2 times at once
The text was updated successfully, but these errors were encountered: