-
Notifications
You must be signed in to change notification settings - Fork 119
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 duplicate mount error during provisioning #1032
Fix duplicate mount error during provisioning #1032
Conversation
Skipping CI for Draft Pull Request. |
/test check-provision-k8s-1.25 |
Podman recently changed the handling of volumes at the container create stage[1] to fix a bug[2] so when the bootstrap image was updated this started failing in the check-provision lanes[3]. [1] containers/podman#18458 [2] containers/podman#18454 [3] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirtci/1024/check-provision-k8s-1.26-centos9/1670717915193675776#1:build-log.txt%3A2275 Signed-off-by: Brian Carey <[email protected]>
ffb81b0
to
1a0e6df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[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:
Approvers can indicate their approval by writing |
[f661bfe Provide usbs into VMs](kubevirt/kubevirtci#996) [013718a Bump provisioning image to fedora 38](kubevirt/kubevirtci#1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](kubevirt/kubevirtci#1030) [0c6367c Fix duplicate mount error during provisioning](kubevirt/kubevirtci#1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
[f661bfe Provide usbs into VMs](kubevirt/kubevirtci#996) [013718a Bump provisioning image to fedora 38](kubevirt/kubevirtci#1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](kubevirt/kubevirtci#1030) [0c6367c Fix duplicate mount error during provisioning](kubevirt/kubevirtci#1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
[f661bfe Provide usbs into VMs](kubevirt/kubevirtci#996) [013718a Bump provisioning image to fedora 38](kubevirt/kubevirtci#1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](kubevirt/kubevirtci#1030) [0c6367c Fix duplicate mount error during provisioning](kubevirt/kubevirtci#1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
[f661bfe Provide usbs into VMs](kubevirt/kubevirtci#996) [013718a Bump provisioning image to fedora 38](kubevirt/kubevirtci#1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](kubevirt/kubevirtci#1030) [0c6367c Fix duplicate mount error during provisioning](kubevirt/kubevirtci#1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
[f661bfe Provide usbs into VMs](kubevirt/kubevirtci#996) [013718a Bump provisioning image to fedora 38](kubevirt/kubevirtci#1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](kubevirt/kubevirtci#1030) [0c6367c Fix duplicate mount error during provisioning](kubevirt/kubevirtci#1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
[f661bfe Provide usbs into VMs](kubevirt/kubevirtci#996) [013718a Bump provisioning image to fedora 38](kubevirt/kubevirtci#1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](kubevirt/kubevirtci#1030) [0c6367c Fix duplicate mount error during provisioning](kubevirt/kubevirtci#1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
[f661bfe Provide usbs into VMs](kubevirt/kubevirtci#996) [013718a Bump provisioning image to fedora 38](kubevirt/kubevirtci#1024) [0d63ec2 pman: Update info about BYPASS_PMAN_CHANGE_CHECK](kubevirt/kubevirtci#1030) [0c6367c Fix duplicate mount error during provisioning](kubevirt/kubevirtci#1032) ```release-note NONE ``` Signed-off-by: kubevirt-bot <[email protected]>
Podman recently changed the handling of volumes at the container create
stage[1] to fix a bug[2] so when the bootstrap image was updated this
started failing in the check-provision lanes[3].
[1] containers/podman#18458
[2] containers/podman#18454
[3] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_kubevirtci/1024/check-provision-k8s-1.26-centos9/1670717915193675776#1:build-log.txt%3A2275