xl / proxmox.md

Last active 3 months ago

Like 0

xl revised this gist 1 year ago · 6631808

1 file changed, 7 insertions

proxmox.md (file created)
@@ -0,0 +1,7 @@
1 + taking control of virtual machine ID allocation in proxmox
2 +
3 + lower = 201 # lower vid limit
4 + upper = 250 # upper vid limit
5 +
6 + ```sh
7 + pvesh set /cluster/options --next-id lower=201,upper=250