Everything posted by steini84
-
ZFS plugin for unRAID
Updated for unRAID 6.9.0-beta1 (kernel 5.5.8)
-
ZFS plugin for unRAID
Updated for unRAID 6.8.3 (kernel 4.19.107 )
-
ZnapZend plugin for unRAID
Yeah it's 0.19.1 [emoji106] Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Cool integration. Custom card for home assistant? Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Upgraded to zfs-0.8.3 Updated for unRAID 6.8.2 (kernel 4.19.98)
-
ZFS plugin for unRAID
Updated for unRAID 6.8.1 (kernel 4.19.94)
-
ZFS plugin for unRAID
-
ZFS plugin for unRAID
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.
-
ZFS plugin for unRAID
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.
-
ZnapZend plugin for unRAID
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
-
ZFS plugin for unRAID
You can use cp / rsync or if you like a GUI you can use mc Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
What is the output from zpool list ? It should force import with zpool import -f Red8tb Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
What is the output from zpool list ? It should force import with zpool import -f Red8tb Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
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
-
ZnapZend plugin for unRAID
Hmm Can you send me the output from these commands
-
ZFS plugin for unRAID
Updated for 6.8 final
-
ZFS plugin for unRAID
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
-
ZFS plugin for unRAID
Updated to RC9 Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
Updated for RC8
-
ZFS plugin for unRAID
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
-
ZFS plugin for unRAID
Finally found some time and rewrote the original post with a small guide. Hope that helps
-
ZFS plugin for unRAID
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
-
ZFS plugin for unRAID
Yes that is the idea. If you have an hour you can check this out:
-
ZFS plugin for unRAID
Updated for RC7 Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
You can turn on autotrim: zpool set autotrim=on poolname Sent from my iPhone using Tapatalk