From e83f1db7327444807df7bbe84543734c0e4ee4e5408ca1262e1bbd1c5b181748 Mon Sep 17 00:00:00 2001 From: Vasily Ulyanov Date: Mon, 10 Oct 2022 17:04:01 +0000 Subject: [PATCH] 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 --- Dockerfile | 4 ++++ virt-launcher-container.changes | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/Dockerfile b/Dockerfile index c90e233..1af45a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/virt-launcher-container.changes b/virt-launcher-container.changes index e189815..f301048 100644 --- a/virt-launcher-container.changes +++ b/virt-launcher-container.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 13:49:10 UTC 2022 - Vasily Ulyanov + +- Ensure /usr/libexec/virtiofsd is present + ------------------------------------------------------------------- Thu Sep 1 08:23:01 UTC 2022 - Vasily Ulyanov