docs: default ATVM automation to ignore force shutdown and iscsi
Document ATVM automation defaults to always include --ignore_force_shutdown on cmc-templates.py commands and to use --use_specified_plugin iscsi unless explicitly overridden. Update the ATVM automation guide, folder-level AGENTS instructions, and run learnings so future runs follow the same defaults.
This commit is contained in:
@@ -145,3 +145,12 @@ This file stores run-specific examples only when a run produced a new learning r
|
||||
- Treat every ATVM status request as a request for live run status unless the operator explicitly asks for something else.
|
||||
- If no automation is active, reconstruct status from the most recent historical run artifacts and logs.
|
||||
- For categorized runs, always aggregate all same-run category batches so the response covers the full run scope.
|
||||
|
||||
## Run Learning: 2026-03-17 (Default ignore-force-shutdown and iscsi plugin)
|
||||
- Observed requirement:
|
||||
- The operator wants `--ignore_force_shutdown` included on every ATVM automation run by default.
|
||||
- The operator wants plugin selection to default to `--use_specified_plugin iscsi` unless a different plugin is explicitly requested.
|
||||
- Action for future runs:
|
||||
- Add `--ignore_force_shutdown` to every `cmc-templates.py` command unless the operator explicitly asks not to use it.
|
||||
- Default plugin-bearing ATVM automation commands to `--use_specified_plugin iscsi`.
|
||||
- Only switch away from `iscsi` when the operator explicitly requests `fc`, `both`, or another applicable override.
|
||||
|
||||
Reference in New Issue
Block a user