Every time the scheduled backup runs, I have a contianer that causes an error of some sort and never finishes. This results in the container being locked up and the services inside the container not running. I have to restart the whole node in order for things to work again. I do not know where to begin in diagnosing this issue and I'm hoping someone will help me in fixing this?
I believe it may have something to do with my /etc/fstab file and not closing the connection but I do not know because I have a separate container with a similar NFS mount that has no issues running a backup. Yes I modified apparmor to allow NFS mounts. Here is my fstab file:
I believe it may have something to do with my /etc/fstab file and not closing the connection but I do not know because I have a separate container with a similar NFS mount that has no issues running a backup. Yes I modified apparmor to allow NFS mounts. Here is my fstab file:
x.x.x.x:/mnt/zoneminder /mnt/zoneminder nfs auto,noatime,nolock,bg,nfsvers=4,intr,tcp,actimeo=1800 0 0
/mnt/zoneminder/events /var/cache/zoneminder/events none defaults,bind 0 2
/mnt/zoneminder/images /var/cache/zoneminder/images none defaults,bind 0 2