Closed
Description
UEKr8 does not include the dm-vdo module, and kvdo is no longer available in new kernel versions.
both uekR8 and uekR8U1 have this problem, when lvcreate a vdo volume, it could not works:
[root@localhost ~]# pvcreate /dev/sda
Physical volume "/dev/sda" successfully created.
[root@localhost ~]# vgcreate vg /dev/sda
Volume group "vg" successfully created
[root@localhost ~]# lvcreate --type vdo -n lv0 -L 10G vg
modprobe: ERROR: could not insert 'dm_vdo': Exec format error
/usr/sbin/modprobe failed: 1
vdo: Required device-mapper target(s) not detected in your kernel.
Run `lvcreate --help' for more information.
env:
[root@localhost ~]# cat /etc/os-release|grep '^NAME\|^VERSION'
NAME="Oracle Linux Server"
VERSION="9.6"
VERSION_ID="9.6"
[root@localhost ~]# uname -r
6.12.0-100.28.2.el9uek.x86_64
Metadata
Metadata
Assignees
Labels
No labels