Bug Reports
- dlite version in use (run
dlite --version):
dlite version 2.0.0-beta8
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse
has fuse
$ dlite ssh
$ lsmod | grep fuse && echo has fuse || echo no fuse
no fuse
$ 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.
Bug Reports
dlite --version):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.