#Need help moving sshfs (volume) mounts work forward

1 messages ยท Page 1 of 1 (latest)

celest holly
#

I am sure you guys have many GitHub notifications so you might have missed it, but I'm reaching out as a followup to the work on the issue: https://github.com/dagger/dagger/issues/9326#issuecomment-3323159321

I need some help to better understand the next steps. If you want, we can continue commenting out on the GitHub issue, or we can move the conversation here if you want ๐Ÿ™‚

GitHub

Problem Dagger doesn't support mounting NFS directories directly into containers. Instead, the user must mount them into the client machine, and copy them from there into the engine, like any o...

blissful girder
celest holly
#

Thank you!

celest holly
#

Hey @blissful girder , I created a PR on our fork: https://github.com/G-Research/dagger/pull/1
The reason I didn't create a PR directly on the official repo is because we are still testing it internally, making sure that everything works as expected.

However, it would be very beneficial if someone can take a look in the meantime, so we can paralelize the work.

The integration test proves that the feature works, now, having someone provide suggestions about the way we did it would allow us to modify the code based on the feedback from your team ๐Ÿ˜„ Please let us know if you'd prefer for us to create a PR to the upstream (dagger/dagger) instea of our fork.

GitHub

This PR introduces:

Abstraction named volume, which is the volume mount, mounted from the engine.
New API providing SSHFS mount, passing down required data for the engine to mount the sshfs, which...

blissful girder
celest holly
#

Thank you for your quick response!