-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build 'proxmoc-clone' errored: error starting vm: VM xxx already running #167
Comments
Hi @gponciano, From your description, it looks like the problem you're describing is fixed by #93, is that right? If possible, could you test your configuration on the current main, eventually with the If so, it will be addressed in the upcoming release of the plugin, we should release it either this week or the following. In the meantime, since your issue is specific to Thanks! |
I am having the same issue as @gponciano .
Here is the packer build output:
|
I checked out the code in the |
I took a look at the WARNING response from Proxmox and found out that my packer source settings was not correct. |
I am using 2 JSON(builder and variables) files to create a template on Proxmox. The template creation starts and after 'Starting the VM', it throws me an error stating that the VM xxx is already running and then destroys the VM template.
Find the files below:
----THIS IS THE BUILDER FILE----
{
"builders": [{
"type": "proxmox-clone",
"proxmox_url": "https://{{user
proxmox_hostname
}}/api2/json","username": "{{user
proxmox_username
}}","password": "{{user
proxmox_password
}}","node": "{{user
proxmox_node
}}","insecure_skip_tls_verify": true,
"task_timeout": "10m",
}
Anyone has come across this before? I saw a trend that suggests adding efidisk. However, this has been deprecated. I tried adding efi_config but no luck either.
Cheers.
The text was updated successfully, but these errors were encountered: