Skip to content

Commit

Permalink
Revert "naughty: Close 4545: modprobe kvdo fails on rhel-9-*"
Browse files Browse the repository at this point in the history
The issue is back in RHEL 9.6.

This reverts commit 06dc929.
  • Loading branch information
martinpitt committed Sep 26, 2024
1 parent 3597027 commit 5660d21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions naughty/rhel-9/4545-modprobe-kvdo
Original file line number Diff line number Diff line change
@@ -0,0 +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.*
/usr/sbin/modprobe failed: 1
vdo: Required device-mapper target(s) not detected in your kernel.
9 changes: 9 additions & 0 deletions naughty/rhel-9/4545-modprobe-kvdo-alt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# testVdo (__main__.TestStorageVDO.testVdo)
*
testlib.Error: timeout
wait_js_cond(!ph_is_present("#dialog")): Uncaught (in promise) Error: condition did not become true
*
warn*: 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 5660d21

Please sign in to comment.