From c00f2bbeed5e5b9732c06086fdaed4f9adea9135 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sun, 22 Mar 2026 15:50:07 +0100 Subject: [PATCH] Mark core commands as tested on illumos create, destroy, import, boot, halt all verified on real illumos hardware on 2026-03-22. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/ai/implementation-state.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ai/implementation-state.md b/docs/ai/implementation-state.md index 5b3d2df..be83bfc 100644 --- a/docs/ai/implementation-state.md +++ b/docs/ai/implementation-state.md @@ -43,13 +43,13 @@ - [x] Default router template with internal + public nets - [x] Backward compat: legacy flat `pool` field in templates -## Not Yet Tested on illumos +## Tested on illumos (2026-03-22) -- [ ] `zmgr create` (requires zonecfg/zoneadm/dladm) -- [ ] `zmgr destroy` -- [ ] `zmgr import` -- [ ] `zmgr status` (requires zoneadm) -- [ ] `zmgr boot` / `zmgr halt` +- [x] `zmgr create` +- [x] `zmgr destroy` +- [x] `zmgr import` +- [x] `zmgr boot` +- [x] `zmgr halt` ## Dependencies