From 3567f10c8d82bdeac8a277a2176b3d9d5f060d90 Mon Sep 17 00:00:00 2001 From: pingqiu Date: Sun, 3 May 2026 07:07:01 -0700 Subject: [PATCH] docs(p15): mark G9G-3 cluster spec implementation --- ...ase-15-g9g3-cluster-spec-yaml-mini-plan.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/sw-block/design/v3-phase-15-g9g3-cluster-spec-yaml-mini-plan.md b/sw-block/design/v3-phase-15-g9g3-cluster-spec-yaml-mini-plan.md index a37a32e4f..2213eb09e 100644 --- a/sw-block/design/v3-phase-15-g9g3-cluster-spec-yaml-mini-plan.md +++ b/sw-block/design/v3-phase-15-g9g3-cluster-spec-yaml-mini-plan.md @@ -1,7 +1,7 @@ # V3 Phase 15 G9G-3 - Cluster Spec YAML Facade Mini-Plan Date: 2026-05-03 -Status: architect draft; usability facade only +Status: implemented at `seaweed_block@4fc0842`; QA verification pending Branch target: `p15-g9g3/cluster-spec-yaml` Scope: declarative bootstrap YAML that feeds existing lifecycle/product-loop stores @@ -66,6 +66,24 @@ placements: 3. Real subprocess L2 reaches blockvolume assignment-backed `Healthy=true`. 4. No authority publisher call is added to the import path. +## 6. Implementation Snapshot + +Close candidate: `seaweed_block@4fc0842`. + +Implemented: + +- `cmd/blockmaster --cluster-spec `; +- YAML imports accepted topology and placement intent; +- existing G9G product loop consumes the imported placement; +- focused L2 now uses `--cluster-spec` instead of `--lifecycle-placement-seed`. + +QA commands: + +```powershell +go test ./cmd/blockvolume -run TestG9G_L2ProductLoopPublishesAssignmentToBlockvolume -count=1 +go test ./core/lifecycle ./core/host/master ./core/authority ./cmd/blockmaster ./cmd/blockvolume -count=1 +``` + ## 5. Non-Claims - Not a full product API.