Recent content by florian-n

  1. florian-n

    Ceph freez nach Update - Fehler "OSD heartbeat_check no reply from"

    Hallo, das ist leider schwer zu sagen ohne weitere Informationen. - Welches Update wurde eingespielt? - Sind nur die OSDs des aktualisierten Nodes betrroffen? Falls ja deuten die Schreibprobleme auf eine fehlende Redundanz von Ceph Komponenten (https://docs.ceph.com/en/mimic/start/intro/) hin...
  2. florian-n

    ifupdown2 defunct after updating to 8.2

    Eactly - i'd widen that answer: as long as you didn't aim for the explicit use of the RDMA-feature you likely don't need it, because it requires special switching capabilities (see f.e. https://community.fs.com/encyclopedia/remote-direct-memory-access-rdma.html). And unless you're trying to...
  3. florian-n

    ifupdown2 defunct after updating to 8.2

    I was able to fix this by disabling the the RDMA-feature of both onboard adapters in the BIOS.
  4. florian-n

    [SOLVED] Cloud-init isn't applied after linked clone of template via API

    Thank you very much @LeMeow - this is a very nice appreciation! :D
  5. florian-n

    [SOLVED] ZFS raidz1: Expanding not possible?

    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.
  6. florian-n

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

    This issue happened because the "node" property wasn't set properly.
  7. florian-n

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

    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...
  8. florian-n

    [SOLVED] Cluster template "VM with name = debian-10 does not exist in cluster"

    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...
  9. florian-n

    [SOLVED] Cluster template "VM with name = debian-10 does not exist in cluster"

    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...
  10. florian-n

    [SOLVED] Cloud-init isn't applied after linked clone of template via API

    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...
  11. florian-n

    [SOLVED] Cloud-init isn't applied after linked clone of template via API

    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...
  12. florian-n

    [SOLVED] Cloud-init isn't applied after linked clone of template via API

    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...
  13. florian-n

    OpenAPI/Swagger REST API Spec

    I can only urge to create a swagger api, since it's a real pain to set a virtualized proxmox-ve instance up to have an api to test against.
  14. florian-n

    Joining a cluster fails

    I had the same issue. It is the case if you change the ip-addresses of your node after the initial wizard run (where the hosts-file seems to be set).