packer-plugin-proxmox icon indicating copy to clipboard operation
packer-plugin-proxmox copied to clipboard

Add aio disk configuration available

Open Nekasas opened this issue 1 year ago • 3 comments

Description

To have a proper golden image we need to set aio = "native" which is not the default configuration in Proxmox. Please add this feature

Use Case(s)

aio = native is way faster than default Proxmox io_uring configuration

Nekasas avatar Mar 27 '24 11:03 Nekasas

Hey @Nekasas,

Thanks for reporting this.

Would you be able to submit a patch to the plugin for supporting this by chance? Otherwise we'll try to look into it, but we cannot make a commitment as to when this will be supported.

lbajolet-hashicorp avatar Apr 02 '24 14:04 lbajolet-hashicorp

Hi, I am not an expert in programming so it would be better if someone else could take a look into this. I noticed that this plugin is using Telmate Proxmox API code and Telmate already has "aio" functionality.

https://github.com/Telmate/terraform-provider-proxmox

Nekasas avatar Apr 03 '24 06:04 Nekasas

Some of the groundwork for adding AsyncIO settings is in the config uplift in #260, happy to pick up and submit as a separate PR after it's merged.

mpywell avatar Apr 15 '24 12:04 mpywell