ConvoyPanel / panel

A modern platform tailored for hosting providers and enthusiasts to effortlessly interact with their servers. Seamlessly wrapping around Proxmox, Convoy is easily deployable, affordable at just $6 per node per month for commercial use, and completely free for personal and non-profit endeavors.
https://convoypanel.com
Other
362 stars 57 forks source link

Change how VMID is implemented #118

Open TeYroXOfficial opened 1 month ago

TeYroXOfficial commented 1 month ago

Is there an existing feature request for this?

Describe the feature you would like to see.

Instead of using random VMID, use next id's for each new server.

Describe the solution you'd like.

Check out: https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/nextid and use it for new servers

Additional context to this request.

No response

Adekabang commented 1 month ago

Also, it could be better if we could set a certain range like vm only in the range between 1000 and 1999

staalexa commented 1 month ago

How would that benefit anyone? As long as the IDs are unique…

Adekabang commented 4 weeks ago

In my use case, random could be fine as long as in a certain range, but the range helps to map easily like VM for production and development, the other way is to assign the VM with a tag, but needs manually assigned in Proxmox.

Other than that, if I do a temporary migration, I could map the VM back to the original node, since the convoy has not handled migration.