Description of problem: When trying to create a VDO lv, the following error pops up: lvcreate --type vdo --name test-vdo --size 5g --virtualsize 10g vdovg modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-316.el9.x86_64 /usr/sbin/modprobe failed: 1 vdo: Required device-mapper target(s) not detected in your kernel. Run `lvcreate --help' for more information. Version-Release number of selected component (if applicable): RHEL-9.3.0-20230524.0 lvm2-libs-2.03.21-1.el9.x86_64 lvm2-2.03.21-1.el9.x86_64 kmod-kvdo-8.2.1.6-86.el9.x86_64 vdo-8.2.0.2-1.el9.x86_64 How reproducible: always Steps to Reproduce: 1. Install RHEL with LVM and at least 5GB free space in a volume group 2. "lvcreate --type vdo --name test-vdo --size 5g --virtualsize 10g <vg-name>" Actual results: Command results in 'modprobe: FATAL: Module kvdo not found in directory ...' error Expected results: No error, VDO volume is created.