proxmox.md
· 185 B · Markdown
Originalformat
taking control of virtual machine ID allocation in proxmox
lower = 201 # lower vid limit
upper = 250 # upper vid limit
```sh
pvesh set /cluster/options --next-id lower=201,upper=250
taking control of virtual machine ID allocation in proxmox
lower = 201 # lower vid limit
upper = 250 # upper vid limit
pvesh set /cluster/options --next-id lower=201,upper=250