disable-shiftfs-on-fuse?
Hello, I am experiencing some issues in mounting a gcs-fuse volume in the inner container.
I am using coder on Kubernetes with envbox
While on the outer__container the mount works just fine and it it correctly mounted as
In theinner__container I see the mount being mounted with
this flag in sysbox caught my attention:
https://github.com/nestybox/sysbox/blob/46ba726e8e894aa22e20465a32d22dfa2863ec12/scr/sysbox#L411
How can I pass that flag?
GitHub
sysbox/scr/sysbox at 46ba726e8e894aa22e20465a32d22dfa2863ec12 · nes...
An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs. - nestybox/sysbox
5 Replies
<#1346174440072806492>
Category
Bug report
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
could you share how you're trying to pass the volume to the container?
sure
I am mounting the volume like this
and then passing
Hey, I'm not sure if envbox supports this setting. You could either A) directly run sysbox on the host or B) submit a PR to envbox or take a look.
If you must use envbox and can't create a PR, an issue with your steps would be really helpful
hey @Alessandro De Maria any luck?