Skip to content
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

fix(hydra): improve integration with podman #7044

Closed
wants to merge 1 commit into from

Conversation

avikivity
Copy link
Member

The script that launches hydra doesn't work with podman:

Error: crun: chown `/dev/pts/16`: Operation not permitted: OCI permission denied

It turns out the problem is passing /dev. Fix that by only passing /dev if the container engine is docker.

Testing

  • did not test - should not affect anything

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevent to this change (if needed)

The script that launches hydra doesn't work with podman:

    Error: crun: chown `/dev/pts/16`: Operation not permitted: OCI permission denied

It turns out the problem is passing /dev. Fix that by only passing /dev if
the container engine is docker.
@fruch
Copy link
Contributor

fruch commented Jan 1, 2024

kind of exactly the same as
#7038

@fruch
Copy link
Contributor

fruch commented Jan 1, 2024

kind of exactly the same as #7038

but whom reported it, didn't confirm it's fixing the issue for him.

@fruch
Copy link
Contributor

fruch commented Jan 1, 2024

close by #7038

@fruch fruch closed this Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants