call to podman system migrate
fails on newgidmap
if user id is high
#21033
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
I want to run
podman
in rootless mode. Due to being an AD user, I have quite a big UID, somewhere around 130 000. I have the following subuid/subgid files:Now when I run
podman system migrate
, I get the following error (let's assume my UID is 138000):If I increase the subuid/subgid subordinate size to bee bigger than my uid, than everything works:
Steps to reproduce the issue
Steps to reproduce the issue
podman system migrate
Describe the results you received
Describe the results you expected
podman
works just fine, because irrespective of my real user id being quite big, I don't use any images that use more than 16^2 uidspodman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
My user account is provided using
sssd
with an AD backendAdditional information
No response
The text was updated successfully, but these errors were encountered: