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

ci: Test virtiofsd as root #3623

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 18, 2023

  1. devshell: Don't output status if not on a tty

    This is just better behavior for the case of e.g.
    `cosa run -x "somecmd" > out.txt` to execute a command and
    capture the output - we don't want to intermix status stuff in
    there.
    
    Further, this makes it easier to test the code when not on
    a tty (in e.g. CI).
    cgwalters committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1fe40f4 View commit details
    Browse the repository at this point in the history
  2. ci: Test virtiofsd as root

    I want to reproduce the failure from coreos/rpm-ostree#4584 (comment)
    So I can verify the fix works here.
    cgwalters committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    47c73b4 View commit details
    Browse the repository at this point in the history
  3. qemu: Work around virtiofsd as root in pod

    Work around https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/197
    
    Basically virtiofsd should not be trying to drop capabilities
    when it can't do so, but we should be able to ask it to stop doing that.
    cgwalters committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    bcc6080 View commit details
    Browse the repository at this point in the history