Last active 7 months ago

xl revised this gist 7 months ago. Go to revision

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
Newer Older