From dc316f7b26b93cf60e0e1faef38804e7ebc38ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=B6n?= Date: Sat, 25 Jul 2026 05:48:09 +0000 Subject: [PATCH] log: memory sync fix --- log.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/log.md b/log.md index 52d778f..339533b 100644 --- a/log.md +++ b/log.md @@ -1,5 +1,12 @@ # Memory Log +## [2026-07-25] fix | Memory Sync Broken — HTTP→HTTPS + Ceph Duplicate +- Git push failed: remote URL used `http://` but Gitea redirects to `https://` — git doesn't follow auth redirects +- Token itself was valid (same as ArgoCD `argocd-repo-credentials`), just wrong protocol +- Fixed: `git remote set-url` to `https://` +- Eliminated duplicate: `systems/ceph.md` (82 lines, no frontmatter) merged into `systems/ceph-cluster.md` (canonical, referenced in index.md) +- Fixed sync script: removed `--allow-empty` flag, improved change detection + ## [2026-07-24] fix | Velero CSI Volume Snapshots Three-Layer Fix - Velero backups PartiallyFailed for 121 days — all PVCs skipped - Fix 1: Created VolumeSnapshotClass `ceph-rbd-snapclass` (rbd.csi.ceph.com)