I am not sure whether this is the right place to address this, but we can figure that out together
When trying to create a VM via the API following error is returned: 500 unable to create VM 109 - CT 109 already exists on node ''
The PVE version I am using is: pve-manager/6.1-3/37248ce6 (running kernel: 5.3.13-1-pve)
This error only occurs after a VM has been deleted via the API and I start to get really confused, because querying the API
with
I tried creating a VM with the same VMID using the Proxmox web Interface, but still getting the same result.
This makes sense because it uses the same API.
Now the confusing part: When I am trying to create a VM using pvesh it works just fine:
Now I assume that something goes wrong during the deletion, though no errors are shown.
Did anyone experience similar issues or got any idea where the Problem might lay?
When trying to create a VM via the API following error is returned: 500 unable to create VM 109 - CT 109 already exists on node ''
The PVE version I am using is: pve-manager/6.1-3/37248ce6 (running kernel: 5.3.13-1-pve)
This error only occurs after a VM has been deleted via the API and I start to get really confused, because querying the API
with
pvesh get /nodes/<node>/qemu
does not show any VM with that VMID.I tried creating a VM with the same VMID using the Proxmox web Interface, but still getting the same result.
This makes sense because it uses the same API.
Now the confusing part: When I am trying to create a VM using pvesh it works just fine:
pvesh create /nodes/<node>/qemu --vmid 109
UPID:<node>:00007A3D:0C64BFA0:5E131E71:qmcreate:109:root@pam:
Now I assume that something goes wrong during the deletion, though no errors are shown.
Did anyone experience similar issues or got any idea where the Problem might lay?