log: memory sync fix
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Memory Log
|
# 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
|
## [2026-07-24] fix | Velero CSI Volume Snapshots Three-Layer Fix
|
||||||
- Velero backups PartiallyFailed for 121 days — all PVCs skipped
|
- Velero backups PartiallyFailed for 121 days — all PVCs skipped
|
||||||
- Fix 1: Created VolumeSnapshotClass `ceph-rbd-snapclass` (rbd.csi.ceph.com)
|
- Fix 1: Created VolumeSnapshotClass `ceph-rbd-snapclass` (rbd.csi.ceph.com)
|
||||||
|
|||||||
Reference in New Issue
Block a user