Resynchronizing 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 resync operation. This triggers Replication Plug-in for Containers to resync the TrueCopy pair or Universal Replicator pair.

The data copy process from the primary site to the secondary site is resumed.

Note: You cannot perform the resync operation if a Pod mounts the secondary volume in the secondary site.
  1. Confirm that the Replication CR status is Split 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 pair.
    For example:
    spec:
      desiredPairState: pair
  4. Confirm that the Replication CR status is Pair and Operation value is none.
    # KUBECONFIG=${KUBECONFIG_P} kubectl get replication
    NAME                 STATUS   DESIREDSTATE   OPERATION   AGE
    replication-sample   Pair    pair          none        6d20h