Refine explicit-VM blacklist handling for ATVM runs

This commit is contained in:
2026-03-27 12:30:31 -04:00
parent 95eeba60cd
commit 3b28f877ef
3 changed files with 13 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ This file defines how to operate and maintain the ATVM workspace in `/home/aw/co
- Default plugin: `--use_specified_plugin iscsi`
- Always include `--ignore_force_shutdown` unless explicitly told not to.
- Default config family: `gold`
- Do not auto-add the maintained `--exclude_partial_match` blacklist when the operator explicitly targets named VMs with `--specify_vms`.
- Even for explicit `--specify_vms` requests, first check whether any requested VM is on the maintained blacklist and stop if it is.
## Required Operating Rules
- Never run setup without operator-provided `--expected-ip` and `--expected-hostname`.