Add iSCSI cleanup reference for guest target removal

This commit is contained in:
2026-04-28 11:47:13 -04:00
parent 22da851f44
commit 2832ea4175
3 changed files with 43 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ This folder contains the VMware/vCenter + MigrateOps runbook for CDS MCP workflo
- VM lookup, datastore reporting, and FC/disk assignment workflow
- `docs/cmc-install-reference.md`
- CMC install, uninstall, and reinstall fallback reference
- `docs/iscsi-cleanup-reference.md`
- guest-level iSCSI target cleanup reference
- `docs/run-learnings.md`
- run-specific learnings only when a run adds new information
- `templates/vmw.yaml`
@@ -25,6 +27,7 @@ This folder contains the VMware/vCenter + MigrateOps runbook for CDS MCP workflo
- Use `docs/esxvm-guide.md` for direct vCenter VM hardware changes such as new disks, existing-disk attach, and PCI passthrough assignment.
- Use `docs/vm-lookup-and-assignment.md` for VM lookup responses and FC/disk assignment requests.
- Use `docs/cmc-install-reference.md` for CMC install/uninstall commands and fallback reinstall notes.
- Use `docs/iscsi-cleanup-reference.md` for guest-level iSCSI target logout and node-record cleanup.
- Use `templates/vmw.yaml` as the starting operation template.
- Treat `docs/run-learnings.md` as evidence/history, not baseline procedure.
@@ -55,4 +58,5 @@ This folder contains the VMware/vCenter + MigrateOps runbook for CDS MCP workflo
- Update `docs/esxvm-guide.md` only when direct vCenter hardware workflow/default behavior changes.
- Update `docs/vm-lookup-and-assignment.md` only when lookup/assignment workflow behavior changes.
- Update `docs/cmc-install-reference.md` only when install or reinstall reference behavior changes.
- Update `docs/iscsi-cleanup-reference.md` only when the default iSCSI target cleanup workflow changes.
- Update `docs/run-learnings.md` only when a run reveals a new learning/failure pattern/required check.