Skip to content

UEKr8 doesn't include dm-vdo #39

Closed
@4-cHar

Description

@4-cHar

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions