Skip to content

Commit 03f5e05

Browse files
mitchrossclaude
andcommitted
fix(volsync): use Snapshot copyMethod for Volume Populator
ReplicationDestinations must use copyMethod: Snapshot to create VolumeSnapshots that Volume Populator can use. Direct mode creates PVCs which don't work with the Volume Populator pattern. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 01bcc6a commit 03f5e05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/database/redis/redis-instance/replicationdestination.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
schedule: "30 2 * * *" # Daily at 2:30 AM (30 min after backup)
99
restic:
1010
repository: redis-volsync-secret
11-
copyMethod: Direct
11+
copyMethod: Snapshot
1212
storageClassName: longhorn
1313
accessModes:
1414
- ReadWriteOnce

infrastructure/storage/container-registry/replicationdestination.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
schedule: "30 2 * * *" # Daily at 2:30 AM (30 min after backup)
99
restic:
1010
repository: container-registry-volsync-secret
11-
copyMethod: Direct
11+
copyMethod: Snapshot
1212
storageClassName: longhorn
1313
accessModes:
1414
- ReadWriteOnce

0 commit comments

Comments
 (0)