vm-bench/backend
Claus Lohmar 90bf8e4842 fix: remove unused out_dir from submit_job + Copy flow uses legacy fallback
1. submit_job() was creating empty tmp/out/{vmid}/ dirs via the old
   flat STAGING_OUT path. Removed — _process_job handles this via
   _staging_out() in the session-aware path.

2. Copy (re-convert) flow was hardcoding boot_type=uefi. Now uses
   auto_detect_boot=true with boot_type=legacy as fallback, matching
   the behavior of the original analyze→convert flow.
2026-07-23 10:52:20 +00:00
..
app.py fix: purge all old staging path references — full code review cleanup 2026-07-23 10:36:03 +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 feat: session GUID isolation for multi-user support 2026-07-23 09:32:16 +00:00
provisioner.py fix: remove unused out_dir from submit_job + Copy flow uses legacy fallback 2026-07-23 10:52:20 +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