daviftorres commented on PR #13424:
URL: https://github.com/apache/cloudstack/pull/13424#issuecomment-4712318963

   This is the equivalent command for applying the fix:
   
   ```
   sed -i 's_du -sb $dest | cut -f1_du -sb $dest 2>/dev/null | cut -f1 || 
true_g' /usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/nasbackup.sh
   ```
   
   We haven't confirmed the exact root cause of the `du` failure yet. As a 
precaution, we applied this fix to all servers and will monitor backups over 
the next few days.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to