From 5660d21e9fc7f4013323c9a4e312b6c6e53eb590 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 26 Sep 2024 12:05:12 +0200 Subject: [PATCH] Revert "naughty: Close 4545: modprobe kvdo fails on rhel-9-*" The issue is back in RHEL 9.6. This reverts commit 06dc929e336832bfdfc4588b6feffd8ff51cc41d. --- naughty/rhel-9/4545-modprobe-kvdo | 6 ++++++ naughty/rhel-9/4545-modprobe-kvdo-alt | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 naughty/rhel-9/4545-modprobe-kvdo create mode 100644 naughty/rhel-9/4545-modprobe-kvdo-alt diff --git a/naughty/rhel-9/4545-modprobe-kvdo b/naughty/rhel-9/4545-modprobe-kvdo new file mode 100644 index 0000000000..3f1d8f99b2 --- /dev/null +++ b/naughty/rhel-9/4545-modprobe-kvdo @@ -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. diff --git a/naughty/rhel-9/4545-modprobe-kvdo-alt b/naughty/rhel-9/4545-modprobe-kvdo-alt new file mode 100644 index 0000000000..0ac895aae1 --- /dev/null +++ b/naughty/rhel-9/4545-modprobe-kvdo-alt @@ -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.