Splitting a TrueCopy pair or Universal Replicator pair

Replication Plug-in for Containers Installation and User Guide

Version
3.18.x
Audience
anonymous
Part Number
MK-92ADPTR155-10
ft:lastEdition
2026-07-07

From the primary site, change the status of Replication CR to perform the split operation. This triggers Replication Plug-in for Containers to split the TrueCopy pair or Universal Replicator pair.

The data copy process from the primary site to the secondary site is stopped after the split operation.

  1. Confirm that the Replication CR status is Pair, and the Operation value is none.
  2. Edit the Replication CR. Enter:
    KUBECONFIG=${KUBECONFIG_P} kubectl edit replication <Replication-name>
  3. Update the value for the desiredPairState parameter to split. For example:
    spec:
      desiredPairState: split
  4. Confirm that the Replication CR status is Split and the Operation value is none.
    KUBECONFIG=${KUBECONFIG_P} kubectl get replication
    NAME                 STATUS   DESIREDSTATE   OPERATION   AGE
    replication-sample   Split    split          none        6d20h