I have an LXC container that has a bind mount to a host folder. That host folder is a mount itself to a folder on a raspi over an sshfs connection.
I am running a backup script every night that writes data to the mounted folder in the container so that it is written to the Pi. This worked previous to me upgrading to Proxmox 8 and me getting a new hard drive for the Raspi, but now it doesn't. After transmitting like 48 GB Proxmox's internet completely freezes and I get a:
When I run ping I get no response. This happens when I run rsync manually as well. I have to reboot in order to fix the internet.
This is my fstab:
I am running a backup script every night that writes data to the mounted folder in the container so that it is written to the Pi. This worked previous to me upgrading to Proxmox 8 and me getting a new hard drive for the Raspi, but now it doesn't. After transmitting like 48 GB Proxmox's internet completely freezes and I get a:
Code:
task sh:14821 blocked for more than 483 seconds.
task pigz:14823 blocked from more than 483 seconds.
When I run ping I get no response. This happens when I run rsync manually as well. I have to reboot in order to fix the internet.
This is my fstab:
Code:
pi@192.168.1.234:/mnt/external-drive /mnt/pi-nextcloud-backups fuse.sshfs x-systemd.automount,_netdev,reconnect,identityfile=/root/.ssh/id_rsa,allow_other,default_permissions 0 0
Last edited: