Alessandro De Maria
Alessandro De Maria
CCoder.com
Created by Alessandro De Maria on 3/3/2025 in #help
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
total 0
drwxr-xr-x 1 coder coder 0 Mar 3 17:11 home-shared
drwxr-xr-x 1 coder coder 0 Mar 3 17:11 research
total 0
drwxr-xr-x 1 coder coder 0 Mar 3 17:11 home-shared
drwxr-xr-x 1 coder coder 0 Mar 3 17:11 research
In theinner__container I see the mount being mounted with
total 0
drwxr-xr-x 1 nobody nogroup 0 Mar 3 17:11 research
drwxr-xr-x 1 nobody nogroup 0 Mar 3 17:11 home-shared
total 0
drwxr-xr-x 1 nobody nogroup 0 Mar 3 17:11 research
drwxr-xr-x 1 nobody nogroup 0 Mar 3 17:11 home-shared
this flag in sysbox caught my attention: https://github.com/nestybox/sysbox/blob/46ba726e8e894aa22e20465a32d22dfa2863ec12/scr/sysbox#L411 How can I pass that flag?
6 replies