generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boot iso url timeout when using iso_download_pve = true #313
Labels
Comments
I ran into a very similar issue, although I don't have slow network speeds or a slow server, it was as if packer did not wait long enough on the acknowledgement from Proxmox confirming the ISO was downloaded. This is all I added: Increase the task timeout to allow enough time for a large ISO download.task_timeout = "10m"
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
when using iso_download_pve = true to download isos and skip the extra step of downloading locally first. packer times out but in the pve tasks it still shows the iso downloading. (also add a way to overwrite or reuse an image with the same name as waiting for packer to upload the same image while testing is painful)
Reproduction Steps
build a template with iso download pve on with slow internet and wait for it to timeout then go to proxmox web ui
Plugin and Packer version
v1.12.0
Simplified Packer Buildfile
build a vm using this boot_iso config
Operating system and Environment details
proxmox version 8.2.2
host os: arch linux
iso image being downloaded almalinux 9.5
Log Fragments and crash.log files
task-pve1-download-2025-02-19T21_01_26Z.log
The text was updated successfully, but these errors were encountered: