Skip to content

Commit

Permalink
naughty: Generalize kmod-kvdo version
Browse files Browse the repository at this point in the history
This happens for every RHEL unfortunately, so #4545 is a standing
naughty. Apply it to all RHEL 9 kernels.
  • Loading branch information
martinpitt committed Apr 7, 2023
1 parent fe464a0 commit 2bc19e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion naughty/rhel-9/4545-modprobe-kvdo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
File "/work/bots/make-checkout-workdir/test/verify/check-storage-vdo", line *, in testVdoMissingPackages
*
testlib.Error: timeout
wait_js_cond(ph_in_text("#dialog .pf-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
wait_js_cond(ph_in_text("#dialog .pf-c-alert.pf-m-danger","vdoformat")): Uncaught (in promise) Error: actual text: Danger alert:Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.*
/usr/sbin/modprobe failed: 1
vdo: Required device-mapper target(s) not detected in your kernel.
2 changes: 1 addition & 1 deletion naughty/rhel-9/4545-modprobe-kvdo-alt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
*
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-284.2.1.el9_2.x86_64
warning: Error creating volume: Process reported exit code 3: modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.*
/usr/sbin/modprobe failed: 1
vdo: Required device-mapper target(s) not detected in your kernel.
Run `lvcreate --help' for more information.

0 comments on commit 2bc19e4

Please sign in to comment.