-
I'm aware that datastore_id will default to 'local-lvm' if it's not set in some cases, but I've set it in both of these cases and it's giving me the following error when I try to apply:
My main.tf code is below. The cloud image is pulled to nfsstorage, but I want the actual VM disk to be within local-zfs. Have I missed something? The image itself downloaded fine as well, it's failing on the VM creation task qmcreate. I've tried searching for "'local-lvm' does not exist" but did not find any similar discussions.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Tydorius! 👋🏼 I think you're missing |
Beta Was this translation helpful? Give feedback.
Hey @Tydorius! 👋🏼
I think you're missing
datastore_id
underinitialization
. Not obvious, I admit, but a cloud-init "drive" configured by theinitialization
block needs to be stored somewhere 😅