Search results

  1. M

    Race conditions for mass VM creation

    Heya How do you go about race conditions when requesting to create VMs from different "callers"? It seems Proxmox is unable to assign vmid by itself and it always needs to be supplied, and the best guess is to ask for next free vmid. However, in anything larger than homelab in case of...
  2. M

    return all vlan tags in use - next free tag?

    Heya Anyone could help me find what call can return all used VLANs (tags) across the cluster? API doc search seems to not work. I've tried browsing but likely missed it. Also, is there an option for tag same as next free vmid?
  3. M

    [SOLVED] VBox port forward - migrate to Proxmox (isolated networks)

    Hi All I'm trying to think about best way to approach dynamic port forwarding to VMs. In Virtual Box this is really super easy - port forwarding is simply a part of VM definition, and their process is just spawning a listening socket for the VM process. This means with a little code I can spawn...
  4. M

    Proxmox 5.4-13 pveceph mon create failing when hostname is long

    Hi Proxmox 5.4-13 - stock debian stretch Not sure if this is a known issue, been trying to google in vain. The moment I have hostname longer than 31 characters pveceph mon create will fail. The fun bit is, it can continue popping the error forever, but when I cancel and start mon service it's...