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

cmdlib: don't use cache qcow for composes; use virtiofs #3720

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 6, 2024

  1. mantle/platform/qemu: pass --xattr to virtiofsd

    If we ever want to compose over virtiofsd we'll need xattr support.
    dustymabe committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0daf8fa View commit details
    Browse the repository at this point in the history
  2. cmdlib: don't use cache qcow for composes; use virtiofs

    Now that our OSBuild workflow is using the cache we saw at least one
    case where the pipeline was running out of space when composing the
    extensions. Since we had a previous proposal [1] to just drop the
    cache altogether anyway let's try to at least remove it from the
    runcompose functions to eliminate the use of it there anyway.
    
    [1] coreos#3615
    dustymabe committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    100198b View commit details
    Browse the repository at this point in the history