pve-manager/8.0.3/bbf3993334bfa916
I run a large snapshot backup once a week, to a PBS, and one of those is the backup of an lxc that has an nfs mount passed through to the lxc. Quite often, it seems like the backup hangs (no error) which leaves one my lxc's locked, and the entire node with ?'s everywhere. I can still access the node. I've tried the various commands to restart all the PVE services and 50% of the time it works 100% of the time.
I'm not sure where I should be looking for errors or the source of these hangups. /var/log/syslog doesn't contain anything useful at the time of the backup.
My /etc/fstab is:
192.168.1.206:/Media /mnt/zee/Media nfs auto,rw,noatime,nolock,bg,soft,nfsvers=4,intr,tcp,timeo=50,retrans=5,actimeo=10,retry=5 0 0
I do the usual, kill the vzdump process, then:
The node then shows as online, and my VM's show as online.
All my storage and lxc's still show ?. Despite this, pvesm status however shows all storage online.
I run a large snapshot backup once a week, to a PBS, and one of those is the backup of an lxc that has an nfs mount passed through to the lxc. Quite often, it seems like the backup hangs (no error) which leaves one my lxc's locked, and the entire node with ?'s everywhere. I can still access the node. I've tried the various commands to restart all the PVE services and 50% of the time it works 100% of the time.
I'm not sure where I should be looking for errors or the source of these hangups. /var/log/syslog doesn't contain anything useful at the time of the backup.
My /etc/fstab is:
192.168.1.206:/Media /mnt/zee/Media nfs auto,rw,noatime,nolock,bg,soft,nfsvers=4,intr,tcp,timeo=50,retrans=5,actimeo=10,retry=5 0 0
I do the usual, kill the vzdump process, then:
service pve-cluster stop
service corosync stop
service pvestatd stop
service pveproxy stop
service pvedaemon stop
service pve-cluster start
service corosync start
service pvestatd start
service pveproxy start
service pvedaemon start
The node then shows as online, and my VM's show as online.
All my storage and lxc's still show ?. Despite this, pvesm status however shows all storage online.
Last edited: