-
Notifications
You must be signed in to change notification settings - Fork 36
images: rhel: install vdo support #7768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The out of tree kernel driver has been upstreamed to the mainline kernel in the form of dm-vdo.
image-refresh rhel-10-1 done: https://github.com/cockpit-project/bots/commits/image-refresh-rhel-10-1-20250515-100242 |
I will test vdo support later in cockpit, but we need this package regardless. I think? |
Let's HOLD, this for now and first check if we need:
|
This is being tested in cockpit-project/cockpit#22008 and for TV watchers, click here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, makes sense. We don't need vdoformat etc, but lvm2 maybe does. And dm--vdo is part of the kernel now, so we don't need any package for the kernel module.
Thanks!
Yup lvm2 does, https://github.com/lvmteam/lvm2/blob/37b28216fd029ffe2fac815b16645aeb9d352235/lib/metadata/vdo_manip.c#L245 |
The out of tree kernel driver has been upstreamed to the mainline kernel in the form of dm-vdo.