Skip to content
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

Include fuse extension in VM #221

Open
kizzx2 opened this issue Feb 3, 2017 · 1 comment
Open

Include fuse extension in VM #221

kizzx2 opened this issue Feb 3, 2017 · 1 comment

Comments

@kizzx2
Copy link

kizzx2 commented Feb 3, 2017

Bug Reports

  • dlite version in use (run dlite --version):
dlite version 2.0.0-beta8
  • expected behavior:
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse
has fuse
  • actual behavior:
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse
no fuse
  • steps to reproduce
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse

Feature Requests

Allow the use of fuse kernel extensions in container. This seems to be the only way to enable usage of images like xueshanf/s3fs.

Please let me know if there are other ways to go about it.

@nlf
Copy link
Owner

nlf commented Feb 15, 2017

fair enough! i can add it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants