Everything posted by steini84
-
ZFS plugin for unRAID
Just keep updating me when there is a update and we are good Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
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
-
ZFS plugin for unRAID
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 .
-
ZFS plugin for unRAID
Yeah no problem but I don’t have access to a computer until tomorrow Sent from my iPhone using Tapatalk
-
ZFS plugin for unRAID
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
-
ZFS plugin for unRAID
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.
-
ZnapZend plugin for unRAID
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
-
ZFS plugin for unRAID
Upgraded for rc5 There was a upgrade from kernel 5.3.7 to 5.3.8
-
ZFS plugin for unRAID
Updated for rc4
-
ZFS plugin for unRAID
- ZnapZend plugin for unRAID
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- ZFS plugin for unRAID
Just update, it's the same kernel- ZFS plugin for unRAID
No need to update for RC3 - same kernel Sent from my iPhone using Tapatalk- ZFS plugin for unRAID
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- ZFS plugin for unRAID
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- ZFS plugin for unRAID
Look into smb-extra.conf Sent from my iPhone using Tapatalk- ZFS plugin for unRAID
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- ZFS plugin for unRAID
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- ZFS plugin for unRAID
Updated to 6.8 rc1 just for you [emoji1780] just pm me if I miss the next rc releases and I can compile. Sent from my iPhone using Tapatalk- ZFS plugin for unRAID
You can use zpool trim <poolname> https://github.com/zfsonlinux/zfs/commit/1b939560be5c51deecf875af9dada9d094633bf7 I had some problems with autotrim, but I might need to test it again since the bug seems to be fixed https://github.com/zfsonlinux/zfs/issues/8550- ZFS plugin for unRAID
Can you post the output of zfs get all <pool>- ZFS plugin for unRAID
Whoops, did not see that there was a 6.7.2 already out Updated for unRAID 6.7.2 (kernel 4.19.56)- ZFS plugin for unRAID
Updated for 6.7.1 Also the plugin now uses zfs 0.8.1 (0.8.0 for 6.7.0) which has some great updates: ZFS-On-Linux-0.8-Released To upgrade a pool use, but be aware that you cannot go back zpool upgrade POOLNAME- ZFS plugin for unRAID
Finally updated for 6.7.0 - sorry for the delay, but I was traveling with little access to a computer. @voltaic there is always something that comes up, but usually it´s updating the links and then finding new dependencies that might are needed with the updates. I don´t have a set way of doing it, I see it more like a puzzle that needs to be solved.- ZFS plugin for unRAID
Yeah I will push a update in the next few days. Sent from my iPhone using Tapatalk - ZnapZend plugin for unRAID