LVM -VDO

Latest response

Every time I get this error I have no idea where the problem is. This has become a nightmare for me

[root@Redhat--9 ~]# vgs
VG #PV #LV #SN Attr VSize VFree
rhel 1 2 0 wz--n- 14.41g 0
testvg 1 0 0 wz--n- <10.00g <10.00g
[root@Redhat--9 ~]# lvcreate --type vdo --name Vdo1 --size 9.9G -V 50G testvg
modprobe: FATAL: Module kvdo not found in directory /lib/modules/5.14.0-70.30.1.el9_0.x86_64
/usr/sbin/modprobe failed: 1
vdo: Required device-mapper target(s) not detected in your kernel.
Run `lvcreate --help' for more information.
[root@Redhat--9 ~]#

Responses