Open fuse opened 4 months ago
I experienced this issue when I didn't specify a datastore_id
under the initialization block. I don't have local-lvm, which seems to be the default. Specifying the datastore_id fixed it for me. The error message in this case is kind of hard to decipher.
Thanks a lot, that did the trick !
I'll keep the issue open. The error definitely needs to be handled better, and the message should provide actionable information.
+1 on this, I am experiencing the same issue.
I concur, having some feedback when you're being retard would be nice. Also happens when you're directly linking to non-existent cloud-init config (forgot that i renamed it).
Describe the bug
I’m not able to configure cloud-init while cloning VM. If I just clone the VM using terraform and configure cloud-init manually it works like a charm.
To Reproduce
I want to create a VM on a node, using a template on a different one. Without the
initialization
bloc it’s ok. With the block the VM is correctly created but terraform fails with :Any idea ?