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

podvm-image: don't mount tmpfs on /usr #946

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Commits on Oct 21, 2024

  1. podvm-image: don't mount tmpfs on /usr

    This is a prerequisite for using peer pods with GPUs, as they require an OCI hook to facilitate GPU attachment to containers, which is expected in `/usr/share` by default. If we mount a tmpfs on `/usr`, the files placed in the initial image through the `contents` attribute of the repart builder will become invisible, so we now only mount it at `/usr/bin` instead.
    msanft committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    165777e View commit details
    Browse the repository at this point in the history