mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-09-04 03:05:32 +00:00
docs: cite the right lines for the fixed VMIDs
The review caught that run-integration.sh:106-138 covers pve_vmid() but not STORAGE_VMID, which is set at line 80. Cite both accurately.
This commit is contained in:
@@ -158,7 +158,8 @@ unaffected.
|
||||
Copy `tests/.env.test.example` to `tests/.env.test` — it lists every required variable,
|
||||
including the Terraform storage pools CI supplies from repository variables.
|
||||
|
||||
**The nested VMIDs are fixed constants** (5080, 5091, 5092 — `run-integration.sh:106-138`) and
|
||||
**The nested VMIDs are fixed constants** (storage VM 5080 at `run-integration.sh:80`; nodes 5091
|
||||
and 5092 in `pve_vmid()` at `:112`) and
|
||||
are shared with CI on the same parent cluster. Never start a local run while a CI integration run
|
||||
is in flight, and always finish with `force-cleanup`: leftover guests fail the next run's
|
||||
headroom guard.
|
||||
|
||||
Reference in New Issue
Block a user