Skip to content
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

Add missing package in openSUSE Tumbleweed Root on ZFS #459

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

psmet-dev
Copy link
Contributor

zfs does not contains the kernel module, zfs-kmp-default does. Add it to match Leap instructions. DKMS is not needed.

$ uname -r
6.5.6-1-default
$ rpm -ql zfs-kmp-default
/usr/lib/modules/6.5.6-1-default
/usr/lib/modules/6.5.6-1-default/extra
/usr/lib/modules/6.5.6-1-default/extra/spl.ko
/usr/lib/modules/6.5.6-1-default/extra/zfs.ko
$ rpm -ql zfs | grep module
/usr/lib/dracut/modules.d
/usr/lib/dracut/modules.d/02zfsexpandknowledge
/usr/lib/dracut/modules.d/02zfsexpandknowledge/module-setup.sh
/usr/lib/dracut/modules.d/90zfs
/usr/lib/dracut/modules.d/90zfs/export-zfs.sh
/usr/lib/dracut/modules.d/90zfs/import-opts-generator.sh
/usr/lib/dracut/modules.d/90zfs/module-setup.sh
/usr/lib/dracut/modules.d/90zfs/mount-zfs.sh
/usr/lib/dracut/modules.d/90zfs/parse-zfs.sh
/usr/lib/dracut/modules.d/90zfs/zfs-env-bootfs.service
/usr/lib/dracut/modules.d/90zfs/zfs-generator.sh
/usr/lib/dracut/modules.d/90zfs/zfs-lib.sh
/usr/lib/dracut/modules.d/90zfs/zfs-load-key.sh
/usr/lib/dracut/modules.d/90zfs/zfs-needshutdown.sh
/usr/lib/dracut/modules.d/90zfs/zfs-nonroot-necessities.service
/usr/lib/dracut/modules.d/90zfs/zfs-rollback-bootfs.service
/usr/lib/dracut/modules.d/90zfs/zfs-snapshot-bootfs.service
/usr/lib/modules-load.d
/usr/lib/modules-load.d/zfs.conf

zfs does not contains the kernel module, zfs-kmp-default does. Add it to match Leap doc. 
DKMS is not needed.
Copy link
Member

@gmelikov gmelikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@gmelikov gmelikov merged commit e6749e3 into openzfs:master Oct 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants