Bases: object
Use replication methods for the requested mode.
Enable the replication between the primary and secondary volumes.
This is not implemented in the StorwizeSVCReplicationStretchedCluster, as the Storwize backend is responsible for automatically resuming mirroring when stopped.
Bases: cinder.volume.drivers.ibm.storwize_svc.replication.StorwizeSVCReplicationStretchedCluster
Support for Storwize/SVC global mirror mode replication.
Global Mirror establishes a Global Mirror relationship between two volumes of equal size. The volumes in a Global Mirror relationship are referred to as the master (source) volume and the auxiliary (target) volume. This mode is dedicated to the asynchronous volume replication.
Bases: cinder.volume.drivers.ibm.storwize_svc.replication.StorwizeSVCReplicationGlobalMirror
Support for Storwize/SVC metro mirror mode replication.
Metro Mirror establishes a Metro Mirror relationship between two volumes of equal size. The volumes in a Metro Mirror relationship are referred to as the master (source) volume and the auxiliary (target) volume.
Bases: cinder.volume.drivers.ibm.storwize_svc.replication.StorwizeSVCReplication
Support for Storwize/SVC stretched cluster mode replication.
This stretched cluster mode implements volume replication in terms of adding a copy to an existing volume, which changes a nonmirrored volume into a mirrored volume.