- Minor
Hi,
Setup:
I have a remote QNAP server connected through Wireguard to local network.
This server is mapped as remote share using unassigned devices.
Remote IP: 10.6.0.2
local mountpoint> /mnt/remotes/QNAP
In docker, I have duplicati running, accessing the remote share doing a mirror of local data.
The remote server goes off every night and back on every morning, therefore the share is not available at night.
Scenario 1:
SMB share - when the remote server goes off, Duplicati gets stucked in the middle of hte job and continues automatically, when the server goes back on - this is OK
Scenario 2:
NFS share - when the remote server goes off, Duplicati gets stucked in the middle of hte job, but:
Unraid GUI stops responding completely, so does Home Assistant in VM (I guess only network access)
It is impossible to access Unraid via IP address
SSH is still possible, following was tried:
mount | grep nfs does show the mount
umount -f /path/to/nfs/mount will not help, it says nothing is mounted, but tehn grep will not show the mount
docker kill <container_id_or_name> will return error - container cannot be killed
reboot will not work (array wil not stop]
ps aux | grep nginx will not show anything, just freezes and has to be cancelled with CTRL+C
All that worked is hard reset
Problem is, that NFS share, that is being accessed from Docker, but is no longer available, will cause a freeze of the complete system including web access and docker
I`m not sure if it is possible to fix as it is most likely linux problem, but any advice?
Thanks
Jan