Updated async replication documentation - #199
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR rewrites the Kubernetes asynchronous replication operations page to document the newer replication resource model (ReplicationPair, ReplicationPolicy, ReplicationSlot, and ReplicationOps) and the operator-driven workflows around policy attachment, monitoring, failover, and failback.
Changes:
- Replaces the legacy
SnapshotReplication-centric workflow with a resource model covering pairs, policies, slots, and operations. - Adds concrete
kubectlexamples for declaring relationships, selecting volumes via annotations, and tracking per-volume / per-operation status. - Documents failover/failback scopes, operational locking, deletion order, and event reasons.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+223
to
+225
| A failover is never performed automatically. It is triggered by creating a `ReplicationOps` resource with | ||
| `action: failover`, which covers both the unplanned failover of a lost site and the planned cutover of a `migration` | ||
| policy. |
geoffrey1330
previously approved these changes
Aug 22, 2026
Contributor
|
🤖: Deployment available as https://docstest.simplyblock.io/async-replication |
noctarius
force-pushed
the
async-replication
branch
from
August 22, 2026 08:34
0259b38 to
71a1bbd
Compare
Contributor
|
🤖: Deployment available as https://docstest.simplyblock.io/async-replication |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.