Everything posted by mosaati
-
ZFS plugin for unRAID
Interesting. I will do some testing on that in a testing environment.
-
Sanoid/Syncoid (ZFS snapshots and replication)
Hi Sorry to bring this up. But I just applied this plugin and did the same config you demonstrated. It is working fine for now but I just keep receiving email notifications with the following "could not find any snapshots to destroy; check snapshot names. could not remove SSD@autosnap_2021-04-19_13:15:01_frequently : 256 at /usr/local/sbin/sanoid line 343." Do you know what to do to fix this?
-
ZFS plugin for unRAID
Doesn't that mean you have a network connection problem? Can you install any other plug-in?
-
ZFS plugin for unRAID
A new installation. I'm just guessing here, if you are upgrading, maybe you should uninstall the old plugin, reboot and reinstall it back?
-
ZFS plugin for unRAID
I'm not sure if I follow. I have just installed 6.9.1 on a new server and the ZFS plugin is working fine.
-
ZFS plugin for unRAID
Thank you so much. The log stopped generating that warning after applying the script. Really appreciate your help.
-
ZFS plugin for unRAID
Jus to make sure. I don't have to edit this script, copy and paste, right?
-
ZFS plugin for unRAID
Sorry to bring this back. I just noticed this in my log. I Have SSD and HDD pools mounted to /mnt/SSD and /mnt/HDD. Just to be sure. My commands will be like this? echo "SSD /mnt/SSD/ zfs rw,default 0 0" >> /etc/mtab echo "HDD /mnt/HDD/ zfs rw,default 0 0" >> /etc/mtab
-
ZFS plugin for unRAID
Hi everyone I'm all new to Unraid and just did a switch from TrueNAS. I'm using the ZFS plug in and it's working great. Is the modified Unraid kernel with ZFS better? Or just an alternative?
-
[Support] Djoss - Nginx Proxy Manager
Thanks for the reply. Yeah it's not available out of the box yet. I tried different combinations in the advanced tab but nothing worked so far. I thought I might ask maybe someone had tried and found the correct syntax.
-
[Support] Djoss - Nginx Proxy Manager
Hi everyone I have been using NPM for a while it's running great for when I specifically assign a domain per IP:PORT. One of the features I was looking for but couldn't find or don't know how to do on NPM yet, is when I have more than one server or IP that I want to balance them. To explain, lets say 192.168.1.2, 192.168.1.3 and 192.168.1.4 are a kubernetes group with kub.example.com domain and any kub.example.com and *.kub.example.com requests should be forwarded to the cluster. Does anyone know how? Thanks in advance.