-
-
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
separate ipfs mount into its own separate binary #2148
Comments
I like the idea in general. It will be painful unless we use some sort of no copy ipc. Fuse is already Let's investigate ipc-- I want it for exo transports in libp2p
|
I'd like this for purposes of sharing a repository on the same host between VMs/containers. They can already connect to the same API endpoint, using the Also, the binary does not have to be independent of the main one. The "mount-daemon" mode could be invoked via something like |
@elitak I like that idea a lot |
It might be nice to have
ipfs-mount
be a separate binary called through the same mechanism asipfs update
. I don't think we will hit any performance issues with all I/O being done through http rpc, but it might be worth the effort to separate out that code from the rest of the daemon.The text was updated successfully, but these errors were encountered: