Hi, thank you for visiting my thread today. I appreciate you stopping by. Go ahead and take a seat. Feel free to rest up.
By the way, while you are here, could you help me with a little issue I'm having? Great. So, I'm trying to set up a HA service. I know as part of that I need a shared storage for the VM and containers, but I seem to be having troubles with that. I'm trying to install an LXC on a shared SMB drive. The drive is set up in the GUI so I can store anything there. But when I try to install a pihole instance using the LXC helper scripts, it keeps failing with error:
.
So far, I've had no issues with backups, templates, or general access to this drive, so I don't THINK it's a general permissions issue. I can install to any of the local drives for the nodes in my cluster, and have 0 issues. Maybe it's an issue because the unprivileged LXC is trying to access it? Oh, I've tried doing it with an NFS share as well, with no real change. Still fails but with a more generic exit code 0. Is the shared HA storage supposed to be a different from SMB/NFS? I'm mostly just looking for some failover protection if my main server fails (too power hungry for my UPC), would a different type of service be a better choice for me (docker swarm, k8, etc). What are your thoughts?
By the way, while you are here, could you help me with a little issue I'm having? Great. So, I'm trying to set up a HA service. I know as part of that I need a shared storage for the VM and containers, but I seem to be having troubles with that. I'm trying to install an LXC on a shared SMB drive. The drive is set up in the GUI so I can store anything there. But when I try to install a pihole instance using the LXC helper scripts, it keeps failing with error:
Code:
⠹ Starting LXC Containervolume 'dataone:105/vm-105-disk-0.raw' does not exist
⠧ Starting LXC Container
[ERROR] in line 1265: exit code 0: while executing command pct start "$CTID"
So far, I've had no issues with backups, templates, or general access to this drive, so I don't THINK it's a general permissions issue. I can install to any of the local drives for the nodes in my cluster, and have 0 issues. Maybe it's an issue because the unprivileged LXC is trying to access it? Oh, I've tried doing it with an NFS share as well, with no real change. Still fails but with a more generic exit code 0. Is the shared HA storage supposed to be a different from SMB/NFS? I'm mostly just looking for some failover protection if my main server fails (too power hungry for my UPC), would a different type of service be a better choice for me (docker swarm, k8, etc). What are your thoughts?