-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[user-namespaces] Support FUSE FS shift #3384
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
Conversation
dfb6e21
to
bb13818
Compare
/werft run 👍 started the job as gitpod-build-aledbf-enable-fuse-userns.40 |
30664d9
to
b4c5d5a
Compare
|
7c3298f
to
a1f25f7
Compare
/werft run 👍 started the job as gitpod-build-aledbf-enable-fuse-userns.48 |
/werft run 👍 started the job as gitpod-build-aledbf-enable-fuse-userns.50 |
dddb617
to
988ea96
Compare
No feature preview (gitpod.io) Filesystem 1K-blocks Used Available Use% Mounted on
overlay 406319508 339703972 66599152 84% /
tmpfs 65536 0 65536 0% /dev
tmpfs 32933092 0 32933092 0% /sys/fs/cgroup
/dev/sdb 385996160 264531972 101787004 73% /workspace
/dev/sda1 406319508 339703972 66599152 84% /etc/hosts
shm 65536 0 65536 0% /dev/shm
tmpfs 32933092 0 32933092 0% /proc/acpi
tmpfs 32933092 0 32933092 0% /proc/scsi
tmpfs 32933092 0 32933092 0% /sys/firmware Current staging (userns enabled by default) Filesystem 1K-blocks Used Available Use% Mounted on
fuse-overlayfs 203070420 169629048 33424988 84% /
tmpfs 15411296 0 15411296 0% /sys/fs/cgroup
tmpfs 15411296 0 15411296 0% /sys/firmware
tmpfs 65536 0 65536 0% /dev
shm 65536 0 65536 0% /dev/shm
/dev/sda1 203070420 169629048 33424988 84% /etc/hosts
udev 15397948 0 15397948 0% /dev/net/tun
/dev/sdb 385996160 123369144 242949832 34% /workspace
tmpfs 15411296 296640 15114656 2% /tmp
tmpfs 15411296 0 15411296 0% /proc/acpi
tmpfs 65536 0 65536 0% /proc/keys
tmpfs 15411296 0 15411296 0% /proc/scsi |
/werft run 👍 started the job as gitpod-build-aledbf-enable-fuse-userns.53 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as advertised :)
Only thing we'd need to change is the make-shared call (see comment).
988ea96
to
b55705d
Compare
[user-namespaces] Support FUSE FS shift
b55705d
to
0aa7051
Compare
@csweichel, please review one more time :) |
ceca391
to
4e03c06
Compare
4e03c06
to
34620cd
Compare
@csweichel, please review. I addressed your comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Changes LGTM 🚀
[user-namespaces] Support FUSE FS shift
Based on https://github.com/gitpod-io/gitpod/commits/cw/enable-fuse-userns with the latest changes in the main branch
fixes #3064