rpc-de-32: Fix purge-backup-trash.sh path bug, free 80.4 TiB #77
Reference in New Issue
Block a user
Delete Branch "issue-4590"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix purge-backup-trash.sh path bug that caused zero-byte deletions.
Problem: The delete list was constructed with basenames only (e.g.,
archive.tar.zst), causing stat() calls to look in/root/rpcinstead of/backup/trash/, resulting in 0B freed despite 80.4 TiB trash inventory.Fix: Keep full
/backup/trash/<filename>paths in the delete list so stat() and rm operate on the correct directory.Impact: Immediately frees 80.4 TiB from /backup on rpc-de-32 (currently 95% full, 11T free, trend +1.16 TiB/day). Solves the ~8-day-to-critical timeline.
Verification
Linked issue: vibe-node #4590
is this pr still needed?
Pull request closed