Description of problem: The descriptions of Sys::Virt::NodeDevice::LIST_CAP_AP_MATRIX and Sys::Virt::NodeDevice::LIST_CAP_AP_QUEUE are reversed. Version-Release number of selected component (if applicable): perl-Sys-Virt-7.0.0-1 How reproducible: 100% Steps to Reproduce: 1. git clone https://github.com/libvirt/libvirt-perl.git 2. cd libvirt-perl/lib/Sys/Virt 3. check Sys::Virt::NodeDevice::LIST_CAP_AP_MATRIX and Sys::Virt::NodeDevice::LIST_CAP_AP_QUEUE in NodeDevice.pm Actual results: The descriptions are shown as below: =item Sys::Virt::NodeDevice::LIST_CAP_AP_MATRIX Include s390 AP queue devices =item Sys::Virt::NodeDevice::LIST_CAP_AP_QUEUE Include s390 AP matrix devices Expected results: No error. Additional info:
Added a patch to this MR to fix the problem https://gitlab.com/libvirt/libvirt-perl/-/merge_requests/21
Hi David, Is it ok to change this bz to ON_QA? BTW, can you build a package for 8.5, please? Thanks! Yingshun
Daniel, Do you know when we can get new package of perl-Sys-Virt for RHEL8.5? This bug is already in Post for 2 months. Dan
Verified on perl-Sys-Virt-7.4.0-1, the descriptions are correct. # rpm -qf /usr/lib64/perl5/vendor_perl/Sys/Virt/NodeDevice.pm perl-Sys-Virt-7.4.0-1.module+el8.5.0+11289+b29e262f.x86_64 (.libvirt-ci-venv-ci-runtest-bOWJCf) [root@libvirt-gating02 etc]# grep 'Sys::Virt::NodeDevice::LIST_CAP_AP_MATRIX' -A 7 /usr/lib64/perl5/vendor_perl/Sys/Virt/NodeDevice.pm =item Sys::Virt::NodeDevice::LIST_CAP_AP_MATRIX Include s390 AP matrix devices =item Sys::Virt::NodeDevice::LIST_CAP_AP_QUEUE Include s390 AP queue devices
Verified on perl-Sys-Virt-7.4.0. Test results were updated in comment #4 & #5.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (virt:av bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:4684