When a large VM is backed up (without errors) sometimes the file STATUS.ok is not created. We use NFS storage and I think the file is not created because of an NFS timeout on the NAS.
I have added this to the script:
logger "info" "Successfully completed backup for ${VM_NAME}!\n"
**# Added the NFS_IO_HACK check and function call here. Some NAS devices slow during the write of the files.
When a large VM is backed up (without errors) sometimes the file STATUS.ok is not created. We use NFS storage and I think the file is not created because of an NFS timeout on the NAS.
I have added this to the script: logger "info" "Successfully completed backup for ${VM_NAME}!\n" **# Added the NFS_IO_HACK check and function call here. Some NAS devices slow during the write of the files.
Added the Brute-force delay in case it is needed.
Maybe an idea to add it?