-
ZFS plugin for unRAID
Using zfs-2.0.0-rc4-unRAID-6.9.0-beta30.x86_64.tgz with unRaid 6.9-beta30, the /dev/zvol/<zvols-by-name> are missing (even the /dev/zvol/ folder is missing) while they appear as /dev/zd* and are fully usable, but it is exhausting to check all the /dev/zd* with fdisk to find out wich one belongs to the corresponding zvol (and for volumes with same size and disk format this problem is only solvable by try and error). Is this only a problem for me or a problem with the package? Thanks and regards. I have written a lil bash script that creats the links, you can use/modify it if you need this too: #!/bin/bash mkdir /dev/zvol/ for i in $(ls /dev/zd*) do TMP=$(/lib/udev/zvol_id $i) TMP0=$(cut -d '/' -f1 <<<$TMP) TMP1=$(cut -d '/' -f2 <<<$TMP) mkdir /dev/zvol/$TMP0 ln -s $i /dev/zvol/$TMP0/$TMP1 done
-
[KERNEL]unraid kernel update 5.10rc4 - zenpower|it87|corefeq|amdgpu|jmb575|dvb|r8125|openrgb|reset AMD GPU|zfs|dax|exfat|ntfs3|nvidia driver
Thx for the work, I'm on 5.9.0rc8-thor-Unraid+.NV.6.9b30.zip and zfs-2.0.0-rc2-x86_64-thor.tgz Jfyi the ZFS zpool devices in /dev/<zpool>/<poolname> are still missing.
-
[KERNEL]unraid kernel update 5.10rc4 - zenpower|it87|corefeq|amdgpu|jmb575|dvb|r8125|openrgb|reset AMD GPU|zfs|dax|exfat|ntfs3|nvidia driver
Using 5.9RC5-20200915 with zfs-2.0.0-rc1-x86_64-thor.tgz, zfs utils installed via go file. But the /dev/zvol/zvol-names/ are not created but /dev/zdN does exist and are useable - but always have to check via fdisk -l which one belongs to which one. Any ideas?
-
[KERNEL]unraid kernel update 5.10rc4 - zenpower|it87|corefeq|amdgpu|jmb575|dvb|r8125|openrgb|reset AMD GPU|zfs|dax|exfat|ntfs3|nvidia driver
Thx for the work - you may share your buildscript - or, if you have to much time build ZFS into kernel?
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Havent seen amd_energy module backported to anything yet. But dont hurry, just was thinking this would be a nice to have ;-)
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
So, you may want to share the steps to be done to build a "newer" kernel? Currently I am on 6.9.0-beta22 and I want to build kernel 5.8 (because of amd_energy module for Zen2) with builtin ZFS. I changed source to ich777/unraid-kernel-helper:6.9.0 and added the Variable UNAME with the Value 5.8.0 Changed nVidia support to false and Build with ZFS support to true Then I create the container and start it. And then?
efschu
Members
-
Joined
-
Last visited