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