Hi,
I just update one of my proxmox VE server:
And I tried to "terraform" a VM on it. I found something very weird with the api result.
step to reproduce:
* have a stopped VM
* $ pvesh create /nodes/<yournode>/qemu/<vmid>/status/start => it returns a task id
* $ pvesh get /nodes/<yournode>/tasks/<mytask_id>/status
the status always return "status: stopped", My VM is started, I can connect to it, but it breaks terraform (and other custom script I have). Is it a bug ?
I just update one of my proxmox VE server:
Code:
$ pveversion
pve-manager/6.2-15/48bd51b6 (running kernel: 5.4.65-1-pve)
And I tried to "terraform" a VM on it. I found something very weird with the api result.
step to reproduce:
* have a stopped VM
* $ pvesh create /nodes/<yournode>/qemu/<vmid>/status/start => it returns a task id
* $ pvesh get /nodes/<yournode>/tasks/<mytask_id>/status
the status always return "status: stopped", My VM is started, I can connect to it, but it breaks terraform (and other custom script I have). Is it a bug ?