We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#199 introduced a bug where setting io_thread = true will also inadvertently enable ssd emulation.
io_thread = true
Build an image using this config:
source "proxmox-iso" "debian" { # ... disks { io_thread = true # ...
The resulting image will have the ssd=1 set.
ssd=1
Packer v1.9.1
The text was updated successfully, but these errors were encountered:
Fix handling of SSD parameter.
fa2f770
Closes hashicorp#201.
6c76fbb
Closes #201.
Successfully merging a pull request may close this issue.
Overview of the Issue
#199 introduced a bug where setting
io_thread = true
will also inadvertently enable ssd emulation.Reproduction Steps
Build an image using this config:
The resulting image will have the
ssd=1
set.Plugin and Packer version
Packer v1.9.1
The text was updated successfully, but these errors were encountered: