This may have come up before.. but I thought worth mentioning.
If you occasionally have backups using the vzdump system fail - because the /mnt/pve/vzsnap folder could not be unmounted...The issue is most likely the mlocate cron job traversing this mount point.The fix is very simple - and really should be included by default from the install cdrom.
edit: /etc/updatedb.conf
Change this lineRUNEPATHS="/tmp /var/spool /media /mnt/pve"
To include the path /mnt/pve
Job done.
Now future snapshot backups will not get locked down by the files being open - and then not being able to unmount the file system!
Rob
If you occasionally have backups using the vzdump system fail - because the /mnt/pve/vzsnap folder could not be unmounted...The issue is most likely the mlocate cron job traversing this mount point.The fix is very simple - and really should be included by default from the install cdrom.
edit: /etc/updatedb.conf
Change this lineRUNEPATHS="/tmp /var/spool /media /mnt/pve"
To include the path /mnt/pve
Job done.
Now future snapshot backups will not get locked down by the files being open - and then not being able to unmount the file system!
Rob