Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubevirt1.9 for openSUSE:Factory checked in at 2026-08-26 19:51:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubevirt1.9 (Old) and /work/SRC/openSUSE:Factory/.kubevirt1.9.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubevirt1.9" Wed Aug 26 19:51:55 2026 rev:2 rq:1373648 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kubevirt1.9/kubevirt1.9.changes 2026-08-14 22:05:02.211839155 +0200 +++ /work/SRC/openSUSE:Factory/.kubevirt1.9.new.1258/kubevirt1.9.changes 2026-08-26 19:52:41.630559927 +0200 @@ -1,0 +2,10 @@ +Tue Aug 25 14:43:50 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.9.spec ++++++ --- /var/tmp/diff_new_pack.ihJjPk/_old 2026-08-26 19:52:43.149613576 +0200 +++ /var/tmp/diff_new_pack.ihJjPk/_new 2026-08-26 19:52:43.152613682 +0200 @@ -318,6 +318,10 @@ # Persistent reservation helper configuration files mkdir -p %{buildroot}%{_datadir}/kube-virt-1.9/pr-helper install -p -m 0644 cmd/pr-helper/multipath.conf %{buildroot}%{_datadir}/kube-virt-1.9/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.9/pr-helper/ # Entrypoint for the libguestfs-tools container mkdir -p %{buildroot}%{_datadir}/kube-virt-1.9/libguestfs-tools
