Hello All,
I have a script that I use to deploy Cloud init VM's works great cept for one part. Passing a Config file through.
I've followed the docs that are offered and still have an issue.
I did a
Grabbed that info and then made a file in the snippets
then in the script it does a
after the script is finished i check the config and nothing. Unless this is not show in the ui and just copied over the VM. I'm at a loss.
I'm Running 8.2 and then VM's are stored on ZFS. This issue has been here before ZFS as well for me
Any help would be appreciated.
I have a script that I use to deploy Cloud init VM's works great cept for one part. Passing a Config file through.
I've followed the docs that are offered and still have an issue.
I did a
Bash:
qm cloudinit dump VMID user
Grabbed that info and then made a file in the snippets
then in the script it does a
Bash:
qm set $VM_ID --cicustom "user=local:snippets/userconfig.yaml"
after the script is finished i check the config and nothing. Unless this is not show in the ui and just copied over the VM. I'm at a loss.
I'm Running 8.2 and then VM's are stored on ZFS. This issue has been here before ZFS as well for me
Any help would be appreciated.