vm-bench/backend
Claus Lohmar b33ab1605e fix: auto-cleanup staging files to minimize disk usage
Deletes intermediate files as conversion progresses:
- Archive (.7z/.zip) after extraction
- Source VMDK after qemu-img convert
- Local QCOW2 after qm disk import

Reduces peak storage from zip+VMDK+QCOW2 to just the largest
single file — critical for the 94 GB rootfs with 87 GB images.
2026-07-24 10:06:12 +00:00
..
app.py fix: Clean Up now deletes entire session directory tmp/{guid}/ 2026-07-23 10:54:42 +00:00
converter.py fix: purge all old staging path references — full code review cleanup 2026-07-23 10:36:03 +00:00
install.sh fix: purge all old staging path references — full code review cleanup 2026-07-23 10:36:03 +00:00
models.py fix: Clean Up now deletes entire session directory tmp/{guid}/ 2026-07-23 10:54:42 +00:00
provisioner.py fix: auto-cleanup staging files to minimize disk usage 2026-07-24 10:06:12 +00:00
requirements.txt chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
vm-bench-backend.service fix: add /usr/sbin to PATH in service files (qm, virt-resize, etc.) 2026-07-21 19:24:13 +00:00