-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Mount only /ipfs/ #2187
Comments
Can you describe what happens when you try to I'm unable to repro: I can still publish properly with |
when you run a publish while you have ipns mounted, the updated value doesnt propogate to the fuse code. |
Is the solution then to have a workaround (this issue) or would it make more sense to have the changes propagate to the mounted fuse FS? (I ask this with no notion of how non-trivial it is.) |
having changes propogate to the fuse mount is non-trivial and not the solution we're going to go for |
We should also either disable |
Yeah, i totally thought that ipfs name publish was disabled while the mount was active... thats a bug |
For what it's worth I have an implementation that separates the mount options via their namespace and was looking to speak with someone about restrictions like these. I can imagine having a shared locking mechanism that allows the mount to be active without (permanently) preventing things like publishing, so long as the systems share the same path lock. (basically just have the mount hold a lock for a key if it's in use, and if not allow publish while blocking specific operations on the mount temporarily) While this mechanism is in place, the stability of the actual (new) mount implementation is still in progress. This shows off some of the flexibility of it though |
Mounting
/ipns/
has negative consequences (one can't useipfs name publish
) so option to mount only/ipfs/
or/ipns
in read only mode would be beneficial.The text was updated successfully, but these errors were encountered: