-
Notifications
You must be signed in to change notification settings - Fork 96
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
hydra doesn't work with podman (Fedora 39) - [workaround? use Docker] #7037
Comments
looks like podman doesn't like mounting the /dev/ folder into a rootless container |
ac82797 introduce a mount point for /dev/, this seems to be breaking rootless podman support: ``` Error: crun: chown `/dev/pts/1`: Operation not permitted: OCI permission denied ``` we'll move the move to be use only when using docker. (at least until we'll have better option for podman) Fixes: scylladb#7037
#7038 might solve the issue |
ac82797 introduce a mount point for /dev/, this seems to be breaking rootless podman support: ``` Error: crun: chown `/dev/pts/1`: Operation not permitted: OCI permission denied ``` we'll move the move to be use only when using docker. (at least until we'll have better option for podman) Fixes: #7037
I could not get it to work (podman on F40 beta). I ended up uninstalling podman, using docker (but then S3 creds did not work, as I had to sudo everything :-/ ) |
I think it'd be great if we could support Podman - I see no reason we'd need root for this - perhaps I'm missing the reason.
The text was updated successfully, but these errors were encountered: