Default ATVM template runs to test partition

This commit is contained in:
2026-03-30 20:26:08 -04:00
parent e8353dc9a9
commit b1b7e89449
3 changed files with 11 additions and 1 deletions

View File

@@ -436,3 +436,10 @@ This file stores run-specific examples only when a run produced a new learning r
- If a planned `cmc-reboot` command includes `--use_specified_plugin both`, call out the FC+iSCSI timing risk before execution.
- Ask the operator to explicitly confirm that `both` is really intended for that reboot run.
- Otherwise prefer `fc` or `iscsi`, but not both.
## Run Learning: 2026-03-30 (Default `--test_partition` on ATVM template commands)
- Observed operator requirement:
- The operator wants `--test_partition` included on ATVM test-template commands by default unless they explicitly say otherwise.
- Action for future runs:
- Add `--test_partition` to `cmc-templates.py` commands by default.
- Omit it only when the operator explicitly asks not to use it.