Actions
action #105972
closedNew version of nvme package causes nvme_checks module to fail
Start date:
2022-02-04
Due date:
% Done:
0%
Estimated time:
Description
Since build 91.2 the nvme package has been bumped to version 2.0 (from 1.13).
This causes (among other things) some changes in the output of nvme list
and nvme list-ns /dev/nvme0
.
The nvme_checks.pm
module fails when running nvme list-ns /dev/$nvm_test_data->{nvm_char_device} | awk -F ':' '{print $2}'"
, because, in the new version, nvme list-ns /dev/nvme0
outputs nothing, instead of [ 0]:0x1
.
Always latest result in this scenario: latest
Suggestion: change the nvme list-ns
command to verify the 0x1 namespace array
Updated by geor almost 3 years ago
- Subject changed from nvme new version causes nvme_checks module to fail to New version of nvme package causes nvme_checks module to fail
Updated by JERiveraMoya almost 3 years ago
- Tags deleted (
qe-yast-refinement) - Status changed from New to Rejected
Actions