Files
ProxmoxVE/misc
CanbiZ (MickLesk) d6efc5fb61 feat(recovery): add ENOSPC disk-full detection with auto-retry using doubled disk size
- Detect ENOSPC errors via exit code 228/23 and log patterns (ENOSPC, no space left on device, Disk quota exceeded, errno -28)
- Add is_disk_full detection in exit-1 subclassification block for generic failures caused by disk space
- Show informational hint with current disk size when ENOSPC is detected
- Add recovery menu option to rebuild container with doubled disk size (up to 2 retries)
- Follows same pattern as existing OOM recovery (DISK_RECOVERY_ATTEMPT counter, DISK_OPTION menu entry)
2026-03-03 14:50:58 +01:00
..