generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 75
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
Unused raw disk #145
Labels
Comments
Hmm, I'm pretty sure it's because of this block:
Proxmox seems to behave very inconsistently when it comes to creating EFI-disks. I'll see if I can fine-tune this. |
I tested several cases:
Commenting out the SetVmConfig() block mentionoed above yields:
I'll have to piece this together and work on a solution to get EFI disks created reliably. |
This was referenced Jan 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the Issue
When creating Packer build with latest version, a new disk is created which is unused.
Reproduction Steps
Plugin and Packer version
Packer v1.8.5
Plugin v1.1.1
Simplified Packer Buildfile
Packer build:
https://paste.modem7.com/62MoM-pWJrI
Packer variables:
https://paste.modem7.com/xLNnK-mbfw7
Logs
PACKER_LOG=1
does not give any additional information beyond:Operating system and Environment details
Ubuntu 22.04.1 x64
The text was updated successfully, but these errors were encountered: