steini84

Community Developer
  • Posts

    434
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by steini84

  1. I built a version for linux 5.5.8 for you from the latest master (https://github.com/openzfs/zfs/tree/7e3df9db128722143734a9459771365ea19c1c40) which includes that fix you refrenced. You can find that build here https://www.dropbox.com/s/i6cuvqnka3y64vs/zfs-0.8.3-unRAID-6.9.0-beta1.x86_64.tgz?dl=0 https://www.dropbox.com/s/6e64mb8j9ynokj8/zfs-0.8.3-unRAID-6.9.0-beta1.x86_64.tgz.md5?dl=0 Copy both these files and replace with the files in /boot/config/plugins/unRAID6-ZFS/packages/ and reboot To verify that you are on the correct build type: dmesg | grep ZFS and you should see "ZFS: Loaded module v0.8.0-1," (the version name from master https://github.com/openzfs/zfs/blob/7e3df9db128722143734a9459771365ea19c1c40/META) FYI only kernel versions up to 5.4 are officially supported according to the META file above. Have fun
  2. It's just openzfs for Linux. Nothing taken out nothing added. For what it's worth I have ran the same zfs pool on unraid since 2015 without any problems. Zfs send and recv work fine Sent from my iPhone using Tapatalk
  3. It's just openzfs for Linux. Nothing taken out nothing added. For what it's worth I have ran the same zfs pool on unraid since 2015 without any problems. Sent from my iPhone using Tapatalk
  4. I have heard some discussion about it, but to be honest I do not run the 6.9 beta with kernel 5.5x so I have not ran in to any issues. I am on stable 6.8.3 with kernel 4.19.107 which is running fine with ZOL 0.8.3 You can watch the progress of openzfs here https://github.com/openzfs/zfs
  5. I don't think that is possible because you have to have "from" and "to" snapshots to compare the difference, but I recommend that you go over to https://www.znapzend.org/ and check the "get help" section
  6. No I accidentally pushed a broken update , but it’s correct now Sent from my iPhone using Tapatalk
  7. Perl install is failing. Will look into it tonight [emoji123] Sent from my iPhone using Tapatalk
  8. Updated for unRAID 6.9.0-beta1 (kernel 5.5.8)
  9. Updated for unRAID 6.8.3 (kernel 4.19.107 )
  10. Yeah it's 0.19.1 [emoji106] Sent from my iPhone using Tapatalk
  11. Cool integration. Custom card for home assistant? Sent from my iPhone using Tapatalk
  12. Upgraded to zfs-0.8.3 Updated for unRAID 6.8.2 (kernel 4.19.98)
  13. Updated for unRAID 6.8.1 (kernel 4.19.94)
  14. I use check_mk to monitor my pools and it lets me know if there is a problem:
  15. You don't need to update the plugin every time, but I still have to push new builds for new kernels. I changed the wording a little bit in the post to better explain... but what i meant is that I don't see any benefits for me so I wont take the time to try to put something together.
  16. Updated for 6.8.1-rc1 The plugin was redesigned so that you do not need to update it for every new build of ZFS. (ZFS still needs to be built for every new kernel - you just dont have to upgrade the plugin it selfe) I have done some testing (using this small script ) but please let me know if something breaks for you in the install. You can still get the old version if you need it here: old version I am open for ideas on the best way for users to know if the latest build is available before an update, but for now I will continue to build and announce it in this thread. @Yros I dont personally see the benefit of a GUI for my use-case (the I would just move back to Napp-IT or Freenas for my ZFS) but if you want to dust off your programming skills the install script could use some polishing. The github is here https://github.com/Steini1984/unRAID6-ZFS so please take a look.
  17. To quote the creators of the program “If you find have a question, head over to the ZnapZend section on serverfault.com and tag your question with 'znapzend'.” http://serverfault.com/questions/tagged/znapzend
  18. You can use cp / rsync or if you like a GUI you can use mc Sent from my iPhone using Tapatalk
  19. What is the output from zpool list ? It should force import with zpool import -f Red8tb Sent from my iPhone using Tapatalk
  20. What is the output from zpool list ? It should force import with zpool import -f Red8tb Sent from my iPhone using Tapatalk
  21. Stability has been great for me running the same pool for 4 years. I can’t speak of 10gb speeds since I’m only on 1gb, but it’s just straight up zfs on Linux so it’s rather a Linux vs FreeBSD question. ZFS on unRaid does not work for array drives so if you want to go all in on ZFS imo FreeNAS makes more sense. Is a cache drive not enough for you (do all the slow writes during off hours)? Sent from my iPhone using Tapatalk
  22. Hmm Can you send me the output from these commands
  23. I also did not figure out the 9p problem, but great that you have figured out nfs. You could try adding zfs share -a after zpool import -a in your plugin file and try restarting nano /boot/config/plugins/unRAID6-ZFS.plg If that works for you I could add that to the plugin ....or you could try to delay the startup of VMs until your command has run in the GO file or even start the VMs from the go file ? Here is some discussion about this topic https://forums.unraid.net/topic/78454-boot-orderpriority-for-vms-and-dockers/ Sent from my iPhone using Tapatalk