kubevirt / project-infra

Project infrastructure administrative tools
Apache License 2.0
25 stars 130 forks source link

bootstrap: add explicit install of fuse-overlayfs #3521

Closed brianmcarey closed 1 month ago

brianmcarey commented 1 month ago

What this PR does / why we need it:

fuse-overlayfs is no longer dragged in as a dependency in the latest bootstrap image. This causes the smaller jobs on the control-plane cluster to fail.

Installing fuse-overlayfs allows these jobs to pass successfully

$ podman run -ti quay.io/kubevirtci/bootstrap:v20240709-bdabeda rpm -qa | grep fuse
fuse3-libs-3.16.2-3.fc40.x86_64
fuse-libs-2.9.9-21.fc40.x86_64
fuse-common-3.16.2-3.fc40.x86_64
fuse3-3.16.2-3.fc40.x86_64
$ podman run -ti quay.io/kubevirtci/bootstrap:v20240607-febc467 rpm -qa | grep fuse
fuse3-libs-3.16.2-3.fc40.x86_64
fuse-libs-2.9.9-21.fc40.x86_64
fuse-common-3.16.2-3.fc40.x86_64
fuse3-3.16.2-3.fc40.x86_64
fuse-overlayfs-1.13-1.fc40.x86_64

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Special notes for your reviewer:

This should unblock the bump prow image PR - https://github.com/kubevirt/project-infra/pull/3491

Checklist

This checklist is not enforcing, but it's a reminder of items that could be relevant to every PR. Approvers are expected to review this list.

Release note:

kubevirt-bot commented 1 month ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

brianmcarey commented 1 month ago

/rehearse

kubevirt-bot commented 1 month ago

Rehearsal jobs created for this PR:

rehearsal-pull-kubevirt-generate

You can trigger rehearsal for all jobs by commenting either /rehearse or /rehearse all on this PR.

For a specific PR you can comment /rehearse {job-name}.

For a list of jobs that you can rehearse you can comment /rehearse ?.

brianmcarey commented 1 month ago

/cc @dhiller @xpivarc

kubevirt-bot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dhiller

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubevirt/project-infra/blob/main/OWNERS)~~ [dhiller] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment