Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubevirt1.8 for openSUSE:Factory checked in at 2026-08-26 19:51:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubevirt1.8 (Old) and /work/SRC/openSUSE:Factory/.kubevirt1.8.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubevirt1.8" Wed Aug 26 19:51:56 2026 rev:7 rq:1373666 version:1.8.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kubevirt1.8/kubevirt1.8.changes 2026-08-01 18:33:51.361177604 +0200 +++ /work/SRC/openSUSE:Factory/.kubevirt1.8.new.1258/kubevirt1.8.changes 2026-08-26 19:52:44.097647059 +0200 @@ -1,0 +2,10 @@ +Mon Aug 17 20:45:00 UTC 2026 - Victor Carvalho <[email protected]> + +- Package the persistent-reservation helper's entrypoint script: + virt-operator runs the pr-helper container with the command + /entrypoint.sh, which symlinks the multipath socket into place and + then execs qemu-pr-helper. Only multipath.conf was installed, so the + container could not start and persistent reservation was + unavailable. The script is upstream in cmd/pr-helper/entrypoint.sh. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kubevirt1.8.spec ++++++ --- /var/tmp/diff_new_pack.59x6PE/_old 2026-08-26 19:52:45.043680472 +0200 +++ /var/tmp/diff_new_pack.59x6PE/_new 2026-08-26 19:52:45.045680542 +0200 @@ -377,6 +377,10 @@ # Persistent reservation helper configuration files mkdir -p %{buildroot}%{_datadir}/kube-virt-1.8/pr-helper install -p -m 0644 cmd/pr-helper/multipath.conf %{buildroot}%{_datadir}/kube-virt-1.8/pr-helper/ +# entrypoint.sh is the command virt-operator gives the pr-helper container +# (RenderPrHelperContainer); it symlinks the multipath socket before exec'ing +# qemu-pr-helper. Without it the container cannot start at all. +install -p -m 0755 cmd/pr-helper/entrypoint.sh %{buildroot}%{_datadir}/kube-virt-1.8/pr-helper/ # Entrypoint for the libguestfs-tools container mkdir -p %{buildroot}%{_datadir}/kube-virt-1.8/libguestfs-tools
