From 7ca5f08325bd2f97971138ba9a434819c3710176 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Sun, 23 Jul 2023 02:30:06 +0000 Subject: [PATCH] naughty: Close 4545: modprobe kvdo fails on rhel-9-* Known issue which has not occurred in 27 days modprobe kvdo fails on rhel-9-* Fixes #4545 Closes #5037 --- naughty/rhel-9/4545-modprobe-kvdo | 6 ------ naughty/rhel-9/4545-modprobe-kvdo-alt | 9 --------- 2 files changed, 15 deletions(-) delete mode 100644 naughty/rhel-9/4545-modprobe-kvdo delete 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 deleted file mode 100644 index 3f1d8f99b2..0000000000 --- a/naughty/rhel-9/4545-modprobe-kvdo +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index e324dde3f8..0000000000 --- a/naughty/rhel-9/4545-modprobe-kvdo-alt +++ /dev/null @@ -1,9 +0,0 @@ -# testVdo (__main__.TestStorageVDO.testVdo) -* -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.* - /usr/sbin/modprobe failed: 1 - vdo: Required device-mapper target(s) not detected in your kernel. - Run `lvcreate --help' for more information.