From c6aa45037d713d8fd3fb222abb2bf5979da8abd3 Mon Sep 17 00:00:00 2001 From: sjat Date: Sat, 6 Jun 2026 07:05:15 +0200 Subject: [PATCH] ADR-012: track log-storage allocation + SSD wearout (ADR-018) --- docs/decisions/012-hardware-capacity.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/decisions/012-hardware-capacity.md b/docs/decisions/012-hardware-capacity.md index c1e0bfb..2d0cb04 100644 --- a/docs/decisions/012-hardware-capacity.md +++ b/docs/decisions/012-hardware-capacity.md @@ -36,5 +36,9 @@ workload that should move, or a node due an upgrade. - Right-sizing advice is intent-based until usage data exists; reports say so. - `reference.md` table headers are a parser contract — changing them needs a matching `capacity-scan.py` change. +- Log storage (ADR-018) is a tracked allocation: the cluster Loki host's retention + budget and `askari`'s security-subset volume belong in `reference.md`, and SSD + **wearout/TBW** is a monitored metric — logging is write-heavy, so wear is watched, + not assumed. See also: ADR-001 (architecture), ADR-007 (network), ADR-009 (TF ↔ Ansible handoff).