It seems like its merged and comes with OpenZFS 2.3 (https://github.com/openzfs/zfs/pull/15022). ZFS 2.3 is not yet released, given the current release is 2.2.3 and Proxmox delivers 2.2.3 at the time of writing i'd expect this to land this autumn as soon as 2.3 is released.
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":
Unable to clone vm fam-dev from...
It turned out i was missing a user change between the deployment of the template (using Packer) and the cloning of that VM template, which is being done using an API token.
It turned out it didn't work (and couldn't see the VM template in the cluster) because the token missed the according...
I am experimenting a while with different configurations and setups trying to use a central VM template for the whole cluster. We are using a cluster with enabled Ceph integration.
Currently the template VM is being installed on a RBD storage which is available to every node. Unfortunately the...
Thank you very much @TodorPetkov - this option was exactly what i was missing.
I moved the cloud-init based attributes to the update-task. It was important to remove the state attribute from the update-task, i guess the "proxmox_kvm" module should have better eliminated the update attribute and...
Huh - i oversaw i had to manually add a cloud-init after cloning using the UI. I guess it might me be necessary to set the ci up afterwards.
Thank you @TodorPetkov - sure probably you have more insights than me.. :)
- name: Deploy continuous cloud machines
community.general.proxmox_kvm...
Hi,
currently we're trying to create template based clones using Ansible's community.general.proxmox_kvm. To make the clones configurable we stick with cloud-init. We are building the template using a hand rolled Packer configuration which deploys fine (locally as well as in our production...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.