Skip to content
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

Plugin did not respond error #1225

Open
Dan4ik7 opened this issue Jan 14, 2025 · 3 comments
Open

Plugin did not respond error #1225

Dan4ik7 opened this issue Jan 14, 2025 · 3 comments
Labels
reviewed/wontfix The problem described in this issue/fixed in this pull request is not a problem we will fix type/bug

Comments

@Dan4ik7
Copy link

Dan4ik7 commented Jan 14, 2025

I tried to clone a vm within proxmox with the following configurations:

Main.tf
terraform {
required_providers {
proxmox = {
source = "telmate/proxmox"
version = "~> 2.9"
}
}
}

provider "proxmox" {
pm_api_url = "https://172.19.2.171:8006/api2/json"
pm_tls_insecure = true

pm_user = "terraform-prov@pve"
pm_password = "$SatCom$"
}

resource "proxmox_vm_qemu" "resource-name" {
name = "Controller"
target_node = "pve-sit-02"
vmid = "999921"
clone = "worker"
full_clone = true

or for a PXE boot VM operation

pxe = true

boot = "scsi0;net0"

agent = 0

}

Expected:
The vm is successfully cloned

Actual results:
proxmox_vm_qemu.resource-name: Still creating... [1m10s elapsed]

│ Error: Plugin did not respond

│ with proxmox_vm_qemu.resource-name,
│ on main.tf line 19, in resource "proxmox_vm_qemu" "resource-name":
│ 19: resource "proxmox_vm_qemu" "resource-name" {

│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details.

proxmoxerror.txt

@metalaarif
Copy link

Hi,

I've got similar issue when I was create a new VM from my existing almalinux template in my Proxmox VM.

My error looks exactly same as above - however, the VM did start up without any issue.

Error: Plugin did not respond

│ with proxmox_vm_qemu.gvm,
│ on main.tf line 17, in resource "proxmox_vm_qemu" "gvm":
│ 17: resource "proxmox_vm_qemu" "gvm" {

│ The plugin encountered an error, and failed to respond to the plugin.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more
│ details.

terraform-plan-error.txt

@Tinyblargon Tinyblargon added type/bug reviewed/wontfix The problem described in this issue/fixed in this pull request is not a problem we will fix labels Jan 29, 2025
@Tinyblargon
Copy link
Collaborator

@Dan4ik7 @metalaarif the 2.x realeas has many issues. Over the last year, we have been trying to rectify those. Please try 3.0.1rc6

@metalaarif
Copy link

metalaarif commented Jan 31, 2025

Thanks will try that version

Just mentioning it here - that worked and no issue using 3.0.1rc6 but can't wait for official release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewed/wontfix The problem described in this issue/fixed in this pull request is not a problem we will fix type/bug
Projects
None yet
Development

No branches or pull requests

3 participants