diff --git a/ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh b/ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh index 0f68bf0d03bd6..fbe2b3577e994 100755 --- a/ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh +++ b/ci-operator/step-registry/upi/install/libvirt/upi-install-libvirt-commands.sh @@ -206,7 +206,7 @@ EOF else RHCOS_VERSION=$(${OCPINSTALL} coreos print-stream-json | yq-v4 -oy ".architectures.${ARCH}.artifacts.qemu.release") QCOW_URL=$(${OCPINSTALL} coreos print-stream-json | yq-v4 -oy ".architectures.${ARCH}.artifacts.qemu.formats[\"qcow2.gz\"].disk.location") - VOLUME_NAME="ocp-${BRANCH}-rhcos-${RHCOS_VERSION}-qemu.${ARCH}.qcow2" + VOLUME_NAME="ocp-${BRANCH}-rhcos-${RHCOS_VERSION}-qemu.${ARCH}-${LEASED_RESOURCE}.qcow2" DOWNLOAD_NEW_IMAGE=true # Check if we need to update the source volume