The cinder.volume.drivers.ibm.storwize_svc.replication Module

class StorwizeSVCReplication(driver)

Bases: object

create_replica(ctxt, volume)
static factory(driver)

Use replication methods for the requested mode.

get_replication_info()
get_replication_status(volume)
is_replicated(volume)
promote_replica(volume)
reenable_replication(volume)

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.

test_replica(tgt_volume, src_volume)
class StorwizeSVCReplicationStretchedCluster(driver)

Bases: cinder.volume.drivers.ibm.storwize_svc.replication.StorwizeSVCReplication

Support for Storwize/SVC stretched cluster mode replication.

create_replica(ctxt, volume, vol_type=None)
delete_replica(volume)
get_replication_info()
get_replication_status(volume)
promote_replica(volume)
test_replica(tgt_volume, src_volume)

Previous topic

The cinder.volume.drivers.ibm.storwize_svc.helpers Module

Next topic

The cinder.volume.drivers.ibm.storwize_svc.ssh Module

Project Source

This Page