Accepting request 1009589 from home:vulyanov:branches:Virtualization

- Ensure /usr/libexec/virtiofsd is present

OBS-URL: https://build.opensuse.org/request/show/1009589
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=31
This commit is contained in:
Vasily Ulyanov 2022-10-10 17:04:01 +00:00 committed by Git OBS Bridge
parent 35a81b1ae5
commit e83f1db732
2 changed files with 9 additions and 0 deletions

View File

@ -74,6 +74,10 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
ln -s ../qemu/aavmf-aarch64-vars.bin /usr/share/OVMF/AAVMF_VARS.fd ; \
fi;
# KubeVirt expects virtiofsd to be installed in /usr/libexec
RUN ls /usr/libexec/virtiofsd || \
(mkdir -p /usr/libexec && ln -s ../lib/virtiofsd /usr/libexec/virtiofsd)
COPY augconf /augconf
RUN augtool -f /augconf

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 10 13:49:10 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Ensure /usr/libexec/virtiofsd is present
-------------------------------------------------------------------
Thu Sep 1 08:23:01 UTC 2022 - Vasily Ulyanov <vasily.ulyanov@suse.com>