[SOLVED] 500 Internal Server Error: unable to find configuration file for VM 1000 on node 'alfa'

Jan 7, 2020
15
13
43
mindkeeper.solutions
Hi we're trying to deploy a linked clone via Ansible's "community.general.proxmox_kvm" module.

The template vm (disk and cloudinit disk) is laid out on a cluster wide accessible RBD storage.

During the creation step we receive a "500 Internal Server Error":

Code:
Unable to clone vm fam-dev from vmid 1000=500 Internal Server Error: unable to find configuration file for VM 1000 on node 'alfa' - b'{\"data\":null}'

The `/var/log/syslog` on the alfa node doesn't show any errors. Any hint where to look next would be very appreciated!

Thanks!