Everything posted by JustMatt
-
[6.12.6] Trouble replacing drive in zpool
The silvering just finished successfully, and I did "zpool import -d /dev/disk/by-id store" which seemed to work without any issues. "zpool status" now shows everything as being Online so it looks like it's functional. Now I'm having trouble selecting the replacement drive in the GUI. It detects it as an expansion so when I try to start the Array I get an Invalid Expansion error. Do you have any suggestions on how I might resolve this issue? unraid-diagnostics-20240215-1548.zip
-
[6.12.6] Trouble replacing drive in zpool
I have a zpool named store which is configured as follows: One of my drives has begun to fail for awhile now and I've finally gotten around to getting a replacement. It's the same make/model/capacity as the other drives in this pool. I have done the following: zfs offline store sde1 shutdown unraid server swap out for the new drive start the server In GUI partitioned the new drive and added it to the pool Now I am stuck because the pool shows the drive as offline, and when I attempt to do "zpool replace store sde1" I get an error message "internal error: out of memory". "free -m" shows that I have over 60G of memory available so that shouldn't be an issue. I'm at a loss on how to recover this pool back to a non-degraded state. Edit: I have made some progress I stopped the array, removed the disk, and started again. Then I was able to do "zpool replace store sde1" successfully. It is now in the process of resilver which will take some time. I will update if I run into any further issues. unraid-diagnostics-20240214-1721.zip
-
[Plugin] Tailscale
I'm also having the issue where I am no longer able to SSH after updating the Tailscale plugin. Is this what you mean when you write to disable IPv6? Because IPv4 is already what I had it set to, and I'm still having the issue. unraid-diagnostics-20230619-1020.zip
-
[Plugin] Tailscale
Hi! I'm still trying to learn my way around Tailscale, and I'm trying to get the plugin to work correctly with my reverse proxy container. I have a custom docker network which traefik and other app containers belong to. When I am connected to my LAN, I'm able to access the containers' web interfaces via my domain. When I am on an external network, none of the requests to my domain are being routed to the reverse proxy (no access logs on Traefik). I've already confirmed from my remote client that my DNS server correctly returns an A record with the Tailscale IP address of my unRAID server. After browsing through this post, I wonder if the ability to listen in on interfaces would solve my problem. Does anyone have any suggestions on what I might try to get this thing working?