Replies: 5 comments 2 replies
-
Hi @flombois 👋🏼 It might be related to Proxmox 7.2 -- this version is not officially supported by the provider, and I'm not testing against it. But I haven't look deeper just yet. There is also a similar issue in #1404 |
Beta Was this translation helpful? Give feedback.
-
Hi @bpg , thanks for your quick answer I'll try to upgrade Proxmox as soon as possible to check whether the same issue happens again. |
Beta Was this translation helpful? Give feedback.
-
I just upgraded my Proxmox from 7.2 -> 7.4 -> 8.2 as mentioned in https://pve.proxmox.com/wiki/Upgrade_from_7_to_8#Continuously_use_the_pve7to8_checklist_script using 'in-place' upgrade. I tried to redeploy with the exact same config however I am running in the same exact issue. However if I use file_format = 'raw' then it runs fine now and create the disks. Maybe my Proxmox instance is not properly configured to support 'qcow2' format. I'll continue investigating. |
Beta Was this translation helpful? Give feedback.
-
I'm having a similar issue with creating VMs with
However, with version I'll try with the latest version of the provider soon to see if the issue persists. |
Beta Was this translation helpful? Give feedback.
-
Hi @1-cameron, That error message was added in version
As noted in the project's readme, the provider only supports the latest major version of PVE, so unfortunately, breakages with older versions will occur. I don't have the resources to test or maintain backward compatibility with PVE 7.x across the entire feature set. |
Beta Was this translation helpful? Give feedback.
-
Hi Everybody
I am trying to automate the deployment of a Ubuntu cloud VM as shown in the provider plugin documentation: cloud-image, I know Proxmox does not natively supports qcow2 format but the documentation mention that the provider can do the conversion however I am getting the following error when applying the configuration:
I am running Proxmox 7.2
This is my terraform deployment configurations:
resources.tf
main.tf
If I try to use file_format = 'raw' I am getting a different error:
Any clue how I can enable the image format conversion ?
Beta Was this translation helpful? Give feedback.
All reactions