steini84

Community Developer
  • Posts

    434
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by steini84

  1. Updated to RC9 Sent from my iPhone using Tapatalk
  2. If i remember correctly then ZFS does not include a SMB server, it relies on a SMB configuration that is written to work with the ZFS tools. I want to steal this sentence: "let ZFS take care of the file-system and let Samba take care of SMB sharing." Here you can find a great guide for SMB https://forum.level1techs.com/t/zfs-on-unraid-lets-do-it-bonus-shadowcopy-setup-guide-project/148764
  3. Finally found some time and rewrote the original post with a small guide. Hope that helps
  4. I should be able to put something together for you next weekend if someone has not already done that by then Sent from my iPhone using Tapatalk
  5. Yes that is the idea. If you have an hour you can check this out:
  6. Updated for RC7 Sent from my iPhone using Tapatalk
  7. You can turn on autotrim: zpool set autotrim=on poolname Sent from my iPhone using Tapatalk
  8. Just keep updating me when there is a update and we are good Sent from my iPhone using Tapatalk
  9. I actually do that and don't need a license for that purpose. I just don’t have it spun up 24/7 Sent from my iPhone using Tapatalk
  10. Updated for RC6 The build progress is really automated already. No problem to fully automate the build process, just a matter of expanding the build script: https://github.com/Steini1984/unRAID6-ZFS/blob/master/build.sh The problem Is more that I don't have a server running the RC series so I don't get any notifications about updates .
  11. Yeah no problem but I don’t have access to a computer until tomorrow Sent from my iPhone using Tapatalk
  12. I don’t see why you would need to reinstall. On the setup where I tested it with both plugins it was working without problems. Sent from my iPhone using Tapatalk
  13. I think it would be a huge undertaking to incorporate cockpit with unRAID, but I personally don´t have a use case for that so I did not think it through.
  14. Sorry did not see this until now. But did you figure this out? If not I could look into it - I don´t use mbuffer so I´m not sure
  15. Upgraded for rc5 There was a upgrade from kernel 5.3.7 to 5.3.8
  16. Hi, Here is a companion plugin for the ZFS plugin for unRAID. To install you copy this url into the install plugin page in your unRAID 6 web gui or install through the Community Applications. https://raw.githubusercontent.com/Steini1984/unRAID6-ZnapZend/master/unRAID6-ZnapZend.plg To run the program i recommend using this command to put the log in a separate file znapzend --logto=/var/log/znapzend.log --daemonize You can start ZnapZend automatically from the boot file or you can create a empty file called auto_boot_on under /boot/config/plugins/unRAID6-ZnapZend/ touch /boot/config/plugins/unRAID6-ZnapZend/auto_boot_on Documentation can be found on https://www.znapzend.org/ and I recommend using the examples as a starting ground. Here are some links worth checking also: https://github.com/oetiker/znapzend/blob/master/doc/znapzendzetup.pod https://www.lab-time.it/2018/06/30/zfs-backups-on-proxmox-with-znapzend/ For example the following command makes automatic snapshots and keeps 24 backups a day for 7 days, 6 backups a day for a month a then a single snapshot every day for 90 days: znapzendzetup create --recursive SRC '7d=>1h,30d=>4h,90d=>1d' tank/home
  17. Just update, it's the same kernel
  18. No need to update for RC3 - same kernel Sent from my iPhone using Tapatalk
  19. I can build for rc3 tomorrow if there is a new kernel. The I have made a plug-in for ZnapZend which is awesome! I can make that available also Sent from my iPhone using Tapatalk
  20. I had some problems with autotrim (high cpu load) so I personally have it disabled for now. But the property is at least written to the pool root@Tower:~# zpool set autotrim=off test root@Tower:~# zpool get all test | grep "trim\|NAME" NAME PROPERTY VALUE SOURCE test autotrim off default
  21. Look into smb-extra.conf Sent from my iPhone using Tapatalk
  22. I try not to give any general zfs advice or support since there are much better forums for that, but yeah that looks fine to me. Just update the plugin before you upgrade to the RC and then you are good to go. Sent from my iPhone using Tapatalk