Bucket replication -- Delete markers not passing on replica bucket #1313
Unanswered
harshadkcon
asked this question in
Q&A
Replies: 1 comment 4 replies
|
Ok, got it. We'll fix it. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have created two identical dockers.
Environment
• RustFS version: 1.0.0-alpha.77
• Deployment: Two independent single-node RustFS instances
• Site A (primary): site-A:9000
• Site B (secondary): site-B:9000
• Replication model: Active → Passive (A → B)
• Bucket: poc-repl
• Versioning: Enabled on both Site A and Site B
• Replication rule: Configured via GUI → Bucket Replication
• Replicate all objects
• Replicate delete markers: ENABLED
What Works
• Replication of PUT / overwrite operations works correctly.
• New objects uploaded to Site A reliably appear on Site B.
• Versioning behaves correctly on both sites.
• Delete markers are correctly created on Site A.
Issue Observed
Delete-marker replication from Site A to Site B is not visible
All reactions