-
Notifications
You must be signed in to change notification settings - Fork 161
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
failed to create sysbox-mgr: ID-mapping check failed on ZFS #796
Comments
Hi @ympek, thanks for giving Sysbox a try.
That's the culprit for sure. It seems your Debian Bookworm kernel does not support ID-mapped-mounts, which is strange since it's kernel 6.1 and ID-mapped-mounts are supported since kernel 5.12. We've not tested Sysbox on Debian Bookworm, so haven't seen this before. We did test on Debian Bullseye and it worked fine. As a temporary work-around, there's a sysbox command line option --disable-idmapped-mount which will bypass the error above; however you need to install the shiftfs kernel module (the older alternative to idmapped mounts). |
Hello Cesar, Thank you for taking the time to respond and pointing me in the right direction. We are using ZFS and OpenZFS version in the system was 2.1, whereas according to ZFS release notes idmapped mounts are supported starting from 2.2:
After upgrading OpenZFS to 2.2, sysbox works properly. Issue closed. Thank you! |
Ah great news Szymon (@ympek); forgot that idmapped support is available in kernel 5.12 but only on a few filesystems (e.g., ext4), but support in other filesystems came in later. Glad you found the problem and fixed it. Hope you enjoy Sysbox! |
Hello, I wanted to use sysbox in some of our workloads, but I can't get it up and running on our machine. Installation goes ok-ish:
This line of output is of course suspicious:
Nonetheless, the package is installed. The daemon does not go up though:
And the dependency problem is with
sysbox-mgr.service
which fails with following error:What could be the cause of this?
Environment info:
We are using Debian bookworm:
docker info
output:Thanks in advance!
BR,
ympek
The text was updated successfully, but these errors were encountered: