Resynchronizing a copy group for TrueCopy 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 group CR to perform the resync operation. This triggers Replication Plug-in for Containers to pair all the TrueCopy or Universal Replicator pairs in the copy group managed by the parent replication group.

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

  • Verify that the desiredState of all the replication CRs is in none state at both the sites.
  • Verify that the desiredState of all the replication group CRs is in none state at the secondary site.
  1. Edit the replication group CR. Enter:
    # KUBECONFIG=${KUBECONFIG_P} kubectl edit replicationgroup <replication-group-name>
  2. Update the value for the desiredPairState parameter to pair.
    For example:
    spec:
      desiredPairState: pair
  3. Verify that the replication group CR status is Pair and the Operation value is none. Enter:
    # KUBECONFIG=${KUBECONFIG_P} kubectl get replicationgroup
    NAME                     STATUS DESIREDSTATE  OPERATION AGE
    replicationgroup-sample  Pair  pair           none    6d20h
  4. Verify that the replication CR status is Pair. Enter:
    # KUBECONFIG=${KUBECONFIG_P} kubectl get replication
    NAME                 STATUS DESIREDSTATE OPERATION AGE
    replication-sample   Pair    pair        none      6d20h