From 61bd4d9b0126ba0f560ba85f6c07290d279a3f8c Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 27 Mar 2024 16:39:55 +0100 Subject: [PATCH] NEWS: Mention fix for PCI VPD error reporting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index ef9e312698..05fd9e3194 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -52,6 +52,17 @@ v10.2.0 (unreleased) releases to 10.2.0 works as well, but the other direction remains broken unless the fix is backported. + * node_device: Don't report spurious errors from PCI VPD parsing + + In last release the PCI Vital Product Data parser was enhanced to report + errors but that effort failed as some kernels have the file but don't allow + reading it causing logs to be spammed with:: + + libvirtd[21055]: operation failed: failed to read the PCI VPD data + + Since the data is used only in the node device XML and errors are ignored if + the parsing failed, this release removes all the error reporting. + v10.1.0 (2024-03-01) ====================