From 94deb5039fc79e92a87538ce6871881cc690094d Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 26 May 2026 17:02:53 -0700 Subject: [PATCH] =?UTF-8?q?fix(cluster):=20add=20Muninn=20to=20SSH=20colle?= =?UTF-8?q?ction,=20fix=20ingest=5Fcorpus=20=E2=86=92=20glean=5Fcorpus=20r?= =?UTF-8?q?ename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add [muninn] to NODES map in collect_cluster_logs.sh Muninn is accessible via WireGuard (ssh muninn). One-time 7-day backfill already gleaned: 262,659 entries. - Fix broken script reference: ingest_corpus.py was renamed to glean_corpus.py — ongoing cluster glean was silently broken since the rename --- scripts/collect_cluster_logs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/collect_cluster_logs.sh b/scripts/collect_cluster_logs.sh index 9c900e0..5ab9b48 100644 --- a/scripts/collect_cluster_logs.sh +++ b/scripts/collect_cluster_logs.sh @@ -18,7 +18,7 @@ DATA_DIR=/devl/turnstone-cluster/data WINDOW="20 minutes ago" SSH_OPTS="-o ConnectTimeout=5 -o BatchMode=yes -o StrictHostKeyChecking=no" PYTHON=/devl/miniconda3/envs/cf/bin/python -INGEST="${PYTHON} /Library/Development/CircuitForge/turnstone/scripts/ingest_corpus.py" +INGEST="${PYTHON} /Library/Development/CircuitForge/turnstone/scripts/glean_corpus.py" DB=/devl/turnstone-cluster/data/turnstone.db LOG=/devl/turnstone-cluster/data/glean.log @@ -48,6 +48,7 @@ declare -A NODES=( [sif]="${DATA_DIR}/sif-journal.jsonl" [cass]="${DATA_DIR}/cass-journal.jsonl" [strahl]="${DATA_DIR}/strahl-journal.jsonl" + [muninn]="${DATA_DIR}/muninn-journal.jsonl" ) for node in "${!NODES[@]}"; do