b03992b616
SVC Global Mirror with Change Volumes(gmcv) provides asynchronous replication based on point-in-time copies of data. Two properties: replication_type="<in> gmcv" and drivers:cycle_period_seconds=500 in volume type to support replication volume with gmcv. Here is an example to define a gmcv replication type: openstack volume type set --property replication_type="<in> gmcv" --property replication_enabled='<is> True' --property drivers:cycle_period_seconds=500 --property volume_backend_name=svc75 SVCGMCVReplicationType DocImpact Change-Id: I525f82dccf88bc085825523d7e899143e2190a96 Implements: blueprint gmcv-support-in-svc-driver
8 lines
342 B
YAML
8 lines
342 B
YAML
---
|
|
features:
|
|
- Add global mirror with change volumes(gmcv) support and
|
|
user can manage gmcv replication volume by SVC driver.
|
|
An example to set a gmcv replication volume type, set
|
|
property replication_type as "<in> gmcv", property
|
|
replication_enabled as "<is> True" and set
|
|
property drivers:cycle_period_seconds as 500. |