Skip to content

Why PVC is also getting created when using copyMethod Snapshot? #1113

Closed Answered by tesshuflower
winkrs asked this question in Q&A
Discussion options

You must be logged in to vote

@winkrs The destination PVC still needs to be created as this is where the data is copied to during the sync operation on the replicationdestination. Note that if we're talking about the replicationdestination, then the snapshot is actually a copy of the destination PVC after the sync operation has completed.

The source PVC would only be snapshotted at the replicationsource side.

Steps on the destination:

  • check if destinationPVC exists, or if not specified, create a destination PVC to write data to
  • perform the sync operation - the destination mover pod will write to the destination PVC
  • Perform a snapshot of this destination PVC

At this point if you had a replication destination that is …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@winkrs
Comment options

Answer selected by winkrs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants