This page provides instructions for how to view your replication details.
View replication details
Use the following instructions to view replication details of the source or destination volume using either the Google Cloud console or Google Cloud CLI.
Console
Go to NetApp Volumes page in the Google Cloud console.
Click Volumes.
Click the name of the source or destination volume.
Select the Replication tab.
If the volume is part of a replication, details of the replication appear.
The status of the volume replication appears in the Replication status and Transfer status fields:
Transfer status Overall state Preparing The volume replication is created and the initial replication operation begins and is in progress.
The amount of transferred data displays in Google Cloud console. Status updates occur in five minute increments.Mirrored The volume replication is created and the volume replication operation is completed. Transferring The volume replication is created and an incremental replication operation is in progress. The amount of transferred data displays in Google Cloud console. Status updates are provided in five-minute increments. Stopped The volume replication is stopped by the user, which allows the destination volume to become writeable.
The size of the destination volume is set independent of the source volume. This state is required if you want to permanently delete a volume replication relationship.
gcloud
View the details of a replication using the following command:
gcloud netapp volumes replications list VOLUME_NAME \ --location=LOCATION
Replace the following information:
VOLUME_NAME
: the name of the source or destination volume.LOCATION
: the location in which to list volume replications.
For more options, see Google Cloud SDK documentation on volume replication.