jmsperu commented on PR #12843:
URL: https://github.com/apache/cloudstack/pull/12843#issuecomment-4547334448

   Friendly bump — this adds defensive hardening around nasbackup.sh:
   
   - Timeout on the long-running operations (so a stuck mount/backup doesn't 
pin the agent thread)
   - Free-space pre-flight on the backup target (fail early with a clear 
message vs. partial-write garbage)
   - Trap-based cleanup (always unmount, never leak the temp dir or the mount 
even on signal/error)
   - Resume the VM if backup failed mid-flight (paired with #12822)
   - Quiesce support fixes
   
   Latest CI had a single shard failure in 
`component/test_affinity_groups_projects` — unrelated to this script (patch 
only touches `nasbackup.sh`). Just retriggered. @DaanHoogland @sureshanaparti — 
review welcome.


-- 
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